See: Description
| Class | Description |
|---|---|
| AuthorizationCodeGrantHandler |
This token type handler takes care of the "authorization_code" grant_type
OAuth flow.
|
| AuthorizationCodeGrantHandler.Binder |
HK2 Binder for our injector context.
|
| ClientCredentialsGrantHandler |
This token type handler takes care of the "client_credentials" grant_type
OAuth flow.
|
| ClientCredentialsGrantHandler.Binder |
HK2 Binder for our injector context.
|
| OwnerCredentialsGrantHandler |
This token type handler takes care of the "password" grant_type
OAuth flow.
|
| OwnerCredentialsGrantHandler.Binder |
HK2 Binder for our injector context.
|
| RefreshTokenGrantHandler |
This token type handler takes care of the "refresh_token" grant_type
OAuth flow.
|
| RefreshTokenGrantHandler.Binder |
HK2 Binder for our injector context.
|
Copyright © 2018 krotscheck.net. All rights reserved.