Skip to main content

Interface: GoogleLoginRequest

Hierarchy

Properties

projectId

Optional Readonly projectId: string

Inherited from

BaseLoginRequest.projectId

Defined in

packages/core/src/client.ts:288


clientId

Optional Readonly clientId: string

Inherited from

BaseLoginRequest.clientId

Defined in

packages/core/src/client.ts:289


resourceType

Optional Readonly resourceType: string

Inherited from

BaseLoginRequest.resourceType

Defined in

packages/core/src/client.ts:290


scope

Optional Readonly scope: string

Inherited from

BaseLoginRequest.scope

Defined in

packages/core/src/client.ts:291


nonce

Optional Readonly nonce: string

Inherited from

BaseLoginRequest.nonce

Defined in

packages/core/src/client.ts:292


codeChallenge

Optional Readonly codeChallenge: string

Inherited from

BaseLoginRequest.codeChallenge

Defined in

packages/core/src/client.ts:293


codeChallengeMethod

Optional Readonly codeChallengeMethod: CodeChallengeMethod

Inherited from

BaseLoginRequest.codeChallengeMethod

Defined in

packages/core/src/client.ts:294


launch

Optional Readonly launch: string

Inherited from

BaseLoginRequest.launch

Defined in

packages/core/src/client.ts:296


redirectUri

Optional Readonly redirectUri: string

Inherited from

BaseLoginRequest.redirectUri

Defined in

packages/core/src/client.ts:297


googleClientId

Readonly googleClientId: string

Overrides

BaseLoginRequest.googleClientId

Defined in

packages/core/src/client.ts:335


googleCredential

Readonly googleCredential: string

Defined in

packages/core/src/client.ts:336


createUser

Optional Readonly createUser: boolean

Defined in

packages/core/src/client.ts:337