create_RSO_link
await needed.
Returns:
str — the constructed authorization URL
Example
OAuth2 Flow
- Call
create_RSO_linkto generate the authorization URL - Redirect the user to that URL
- The user logs in and grants permissions
- Riot redirects back to your
redirect_uriwith an authorization code - Exchange the code for an access token (via Riot’s token endpoint)
- Use the access token with
GET_getByAccessToken

