Authentication API operations
Operation | URL |
---|---|
Exchange an authorization code | /oauth/token |
Complete social login | /oauth/auth_native |
Complete traditional login | /oauth_auth_native_traditional |
Complete social registration | /oauth/register_native |
Complete traditional registration | /oauth_register_native_traditional |
Request a reset password link | /oauth/forgot_password_native |
Verify an email address | /oauth/verify_email_native |
Update a user profile | /oauth/update_user_profile |
Link a social login identity to a user profile | /oauth/link_account_native |
Unlink a social identity | /oauth/unlink_account_native |
Get an access token | /access/getAccessToken |
Get an authorization code | /access/getAuthorizationCode |
Get a verification code | /access/getVerificationCode |
Use a verification code | /access/useVerificationCode |
Updated almost 2 years ago