Interface: EmailPasswordLoginRequest
Hierarchy
↳
EmailPasswordLoginRequest
Properties
projectId
• Optional
Readonly
projectId: string
Inherited from
Defined in
packages/core/src/client.ts:258
clientId
• Optional
Readonly
clientId: string
Inherited from
Defined in
packages/core/src/client.ts:259
resourceType
• Optional
Readonly
resourceType: string
Inherited from
Defined in
packages/core/src/client.ts:260
scope
• Optional
Readonly
scope: string
Inherited from
Defined in
packages/core/src/client.ts:261
nonce
• Optional
Readonly
nonce: string
Inherited from
Defined in
packages/core/src/client.ts:262
codeChallenge
• Optional
Readonly
codeChallenge: string
Inherited from
BaseLoginRequest.codeChallenge
Defined in
packages/core/src/client.ts:263
codeChallengeMethod
• Optional
Readonly
codeChallengeMethod: string
Inherited from
BaseLoginRequest.codeChallengeMethod
Defined in
packages/core/src/client.ts:264
googleClientId
• Optional
Readonly
googleClientId: string
Inherited from
BaseLoginRequest.googleClientId
Defined in
packages/core/src/client.ts:265
launch
• Optional
Readonly
launch: string
Inherited from
Defined in
packages/core/src/client.ts:266
redirectUri
• Optional
Readonly
redirectUri: string
Inherited from
Defined in
packages/core/src/client.ts:267
email
• Readonly
email: string
Defined in
packages/core/src/client.ts:271
password
• Readonly
password: string
Defined in
packages/core/src/client.ts:272
remember
• Optional
Readonly
remember: boolean
Deprecated
Use scope of "offline" or "offline_access" instead.
Defined in
packages/core/src/client.ts:274