auth
Issues access and refresh tokens based on grant type.
post/token
Query parameters
grant_type'password' | 'refresh_token' | 'id_token' | 'pkce' | 'web3' required
- What grant type should be used to issue an access and refresh token. Note: id_token is only offered in experimental mode.
- CAPTCHA protection does not apply on the refresh_token grant flow.
- Using password is akin to a user signing in.
- pkce is used for exchanging the authorization code for a pair of access and refresh tokens.
Request body
Example request
{
"chain": "solana"
}Response
An access and refresh token have been successfully issued.