Structs§
- Account
- Information about a user, available after authentication.
- Token
Response - Response for obtaining an access token. Really the only field you need
is the
access_token
, but the other fields are provided for convenience.
Functions§
- get_
auth_ token - Obtain an access token from an instance using an authorization code.
The
registered_app
andapp
need to be matching. - verify_
credentials - Verify an obtained token and obtain information about the user.