How do grant types for APIs/Apps work?
The grant types that are available for an API can be selected from a list when you create an OAuth or an Access Token Validation interceptor.
They define how a token can be created for that API. For example, if you only set Authorization Code as the grant type, you will not be able to create a token by Client Credentials.
Suppose, however, that you have a token created with the Authorization Code grant type. Even if later on you decide to change the grant type from Authorization Code to Customer Credentials, the generated token will remain valid.
The grant type is verified only when you create the token, not when you use it. |
|
Share your suggestions with us!
Click here and then [+ Submit idea]