Get a new captcha
Obtain a token Obtain an access token, to be used during API calls that are not public.
Revoke a token Revoke an access token to make it no longer valid for use.
Retrieve user information Retrieves standardised OIDC claims about the currently authenticated user. see https://docs.joinmastodon.org/methods/oauth/#userinfo
Authorize a user Displays an authorization form to the user. If approved, it will create and return an authorization code, then redirect to the desired
redirect_uri, or show the authorization code ifurn:ietf:wg:oauth:2.0:oobwas requested. The authorization code can be used while requesting a token to obtain access to user-level methods.