Grant Types¶
In OAuth 2.0 the term grant type refers to the way a client gets an access token. The specification defines four main grant types.
Apart from the above four grant types, MWARE IAM supports a few extension grants such as:
To renew the existing access token, MWARE IAM supports the Refresh token grant type
Top