Interface LoginWithEmailRequest

Hierarchy

Properties

audience?: string

API Identifier of the API for which you want to get an Access Token.

client_assertion?: string

Specify this to provide your own client assertion JWT rather than the class creating one for you from the clientAssertionSigningKey.

client_assertion_type?: "urn:ietf:params:oauth:client-assertion-type:jwt-bearer"

If you provide your own client_assertion you should also provide the client_assertion_type.

client_id?: string

Specify this to override the parent class's clientId

client_secret?: string

Specify this to override the parent class's clientSecret

code: string

The user's verification code.

email: string

The user's email address.

scope?: string

Use openid to get an ID Token, or openid profile email to also include user profile information in the ID Token.