Skip to content

@sourceloop/authentication-service / Exports / ClientAuthRequest

Class: ClientAuthRequest

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new ClientAuthRequest(data?)

Parameters

Name Type
data? Partial<ClientAuthRequest>

Inherited from

CoreModel<ClientAuthRequest>.constructor

Defined in

packages/core/dist/models/core-model.d.ts:3

Properties

client_id

client_id: string

Defined in

services/authentication-service/src/modules/auth/models/client-auth-request.dto.ts:20


client_secret

client_secret: string

Defined in

services/authentication-service/src/modules/auth/models/client-auth-request.dto.ts:27