Sante |
| Class | Description | |
|---|---|---|
| DefaultAuthorizationCodeTokenRequestHandler | Token request handler for the authorization_code grant. | |
| DefaultClientCredentialsTokenRequestHandler | Handles client_credentials grants from the token endpoint. This will process requests for applications when a user is not present. | |
| DefaultPasswordResetTokenRequestHandler | Default implementation of the x_challenge grant token request handler | |
| DefaultPasswordTokenRequestHandler | Token request handler for the password grant type. This handler will return a response with a user principal. | |
| DefaultRefreshTokenRequestHandler |