Getting Access Tokens from Social Login Providers
Cotter stores all OAuth Tokens that are returned from the Social Login Providers when a user sign in. You can retrieve the tokens using the following API Requests.
get
https://www.cotter.app/api/v0
/oauth/token/list/:cotter_user_id
Get a List of Access Tokens from All Social Logins for a User
get
https://www.cotter.app/api/v0
/oauth/token/:provider_name/:cotter_user_id
Get an Access Token from a Specific Provider for a User
delete
https://www.cotter.app/api/v0
/oauth/token/:provider_name/:cotter_user_id
Delete an Access Token from a Specific Provider for a User
Last modified 2yr ago