HyperstackLoginRequest
access_tokenstring
OAuth access token from the identity provider.
codestring
OAuth authorisation code.
id_tokenstring
OpenID Connect ID token.
refresh_tokenstring
OAuth refresh token for obtaining new access tokens.
statestring
OAuth state parameter for CSRF protection.
HyperstackLoginRequest
{
"access_token": null,
"code": null,
"id_token": null,
"refresh_token": null,
"state": null
}
Was this page helpful?