Interface OAuth2TokenResponse
Properties
access_token
access_token: string
Optionalexpires_in
expires_in?: number
Optionalid_token
id_token?: string
Optionalrefresh_token
refresh_token?: string
Optionalscope
scope?: string
Optionaltoken_type
token_type?: string
Raw OAuth2 token endpoint response shape (RFC 6749 §5.1).