OAuth2TokenResponse

Hierarchy

  • OAuth2TokenResponse

Index

Properties

Properties

accessToken

accessToken: string

Optional expires

expires? : undefined | string

Optional expiresIn

expiresIn? : undefined | string

Optional idToken

idToken? : undefined | string

refreshToken

refreshToken: string

Optional scope

scope? : undefined | string

Optional tokenType

tokenType? : undefined | string

Last updated