# 🗝️ Getting Access Token

- [Cotter's OAuth 2.0 Tokens Specification](/getting-access-token/handling-authentication-with-cotter.md): Allowing Cotter handling your full authentication is the fastest way to get your whole authentication suite setup. Cotter can generate an access token, id token, and refresh tokens for you.
- [Getting the Tokens](/getting-access-token/getting-the-tokens.md): Getting an access token from Cotter's SDK is as easy as setting a variable to \`true\`.
- [Get Tokens during Authentication](/getting-access-token/getting-the-tokens/get-tokens-during-authentication.md)
- [Using the Refresh Token](/getting-access-token/getting-the-tokens/using-http-requests.md)
- [Storing and Removing Tokens](/getting-access-token/storing-and-removing-tokens.md)
- [Renewing Expired Tokens](/getting-access-token/renewing-expired-tokens.md)
- [Verifying JWT Tokens](/getting-access-token/verifying-jwt-tokens.md)
- [Requesting Custom Fields on your JWT Token](/getting-access-token/requesting-custom-fields-on-your-jwt-token.md)
- [Older API](/getting-access-token/older-api.md)
- [Using HTTP Requests](/getting-access-token/older-api/untitled.md)
- [Getting the Tokens](/getting-access-token/older-api/getting-the-tokens.md)
- [During Authentication](/getting-access-token/older-api/getting-the-tokens/during-authentication.md)
- [During Email/Phone Verification](/getting-access-token/older-api/getting-the-tokens/during-authentication/during-email-phone-verification.md)
- [During enrolling Trusted Devices](/getting-access-token/older-api/getting-the-tokens/during-enrolling-trusted-devices.md)
