v1
latestSwagger 2.02026-07-17197255425.5 KBAuthentication
OAuth2 callback
get/oauth/callback/{callback}
Path parameters
callbackstring required
The identity provider name.
Query parameters
access_tokenstring required
The access token issued by the authorization server.
token_typestring required
The type of the token issued as described in [RFC6479] Section 7.1. Value is case insensitive.
expires_instring
The lifetime in seconds of the access token. For example, the value "3600" denotes that the access token will expire in one hour from the time the response was generated.If omitted, the authorization server SHOULD provide the expiration time via other means or document the default value.
scopestring
if identical to the scope requested by the client;otherwise, REQUIRED. The scope of the access token as described by [RFC6479] Section 3.3.
statestring required
if the "state" parameter was present in the client authorization request.The exact value received from the client.
Response
ok