@sourceloop/authentication-service / Exports / AuthTokenRequest
Class: AuthTokenRequest¶
Hierarchy¶
-
CoreModel
<AuthTokenRequest
>↳
AuthTokenRequest
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new AuthTokenRequest(data?
)
Parameters¶
Name | Type |
---|---|
data? |
Partial <AuthTokenRequest > |
Inherited from¶
CoreModel<AuthTokenRequest>.constructor
Defined in¶
packages/core/dist/models/core-model.d.ts:3
Properties¶
clientId¶
• clientId: string
Defined in¶
services/authentication-service/src/modules/auth/models/auth-token-request.dto.ts:23
code¶
• code: string
Defined in¶
services/authentication-service/src/modules/auth/models/auth-token-request.dto.ts:17