This is the initial login response, returned when the user first logs in with their credentials. It contains the refresh token and other information needed to create an instance of RefreshingCredentials.

Hierarchy

  • LoginResponse

Properties

clientId: string
domain: string
expiresInSeconds: number
idToken: string
refreshToken: string

Generated using TypeDoc