Skip to main content

HyperstackLoginRequest

access_tokenstring

OAuth access token from the identity provider.

Default: null
codestring

OAuth authorisation code.

Default: null
id_tokenstring

OpenID Connect ID token.

Default: null
refresh_tokenstring

OAuth refresh token for obtaining new access tokens.

Default: null
statestring

OAuth state parameter for CSRF protection.

Default: null
HyperstackLoginRequest
{
"access_token": null,
"code": null,
"id_token": null,
"refresh_token": null,
"state": null
}