Oauth2 Authorization
`${host}/#/oauth2-login?switch_account=${switchAccount}&app_id=${appId}&return_url=${encodeURIComponent(returnUrl)}`switch_account: switch user account
app_id : Nuvo middleware app id
return_url : Nuvo middleware Authorized Domainshttps://demo.dapp.com/callback?code=xxxxxxxRequest access token
Request Body
Name
Type
Description
Last updated