Yoto Developers
Authorize A Browser Client

Authorize A Browser Client

Redirects the user to Yoto's login page to begin the OAuth2 Authorization Code flow

Responses

Redirects to login page or callback URLapplication/json

No schema available for this response.

Query Parameters

audiencestringRequired
Examplehttps://api.yotoplay.com
scopestringRequired
Exampleoffline_access profile
response_typestringRequired
Allowed values
codetokenid_tokencode tokencode id_tokentoken id_tokencode token id_token
client_idstringRequired
redirect_uristringRequired
statestringRequired

Opaque value for preventing CSRF attacks

noncestring

String value to prevent replay attacks

promptstring

Specifies the authorization server prompt behavior

Allowed values
noneloginconsentselect_account
max_ageinteger

Maximum authentication age in seconds

code_challengestring

PKCE code challenge

code_challenge_methodstring

PKCE code challenge method

Allowed values
S256plain
GET
/authorize
Server URL: https://login.yotoplay.com
Query Parameters
KEYVALUE
curl "https://login.yotoplay.com/authorize"