Readonly
Private
Optional
Introspect checks the current state of an OAuth 2.0 access or refresh token.
Token strign to introspect
Type of token to introspect
Post a request to token service
Params as object send as URL encoded data
Response body as JSON object
Refreshes the oauth token and returns an OAuth2TokenResponse object.
The refresh token used to get a new access token
New access token
Retrieves user information using the provided access token.
The access token to use for authentication.
A promise that resolves to an object containing user information.
Introspect checks the current state of an OAuth 2.0 access or refresh token.