OAuth 2 Grant Flows

A grant is a method of acquiring an access token. Deciding which grants to implement depends on the type of client the end-user will be using, and the experience you want for your users.

Dive into the specifics of each OAuth 2 Flow implementation

Device Flowchevron-rightAuthorization Flowchevron-rightLegacy: Implicit grantchevron-rightClient Credentials Flowchevron-rightLegacy: Passwordchevron-rightRefreshing Access Tokenschevron-rightAccess Token Responsechevron-right

Last updated

Was this helpful?