auth/oauth/models library
Classes
- AuthCodeMap
- Keys for the Json object obtained via code response during auth flow.
- BaseTokenMap
- Limited token. Does not provide a refresh token. Commonly obtained via a token refresh.
- Bearer
-
Literal
Bearer
. - DefaultScope
- Authentication scope.
- RefreshableTokenMap
- Entire token. Including refresh. Obtained through token setup.