See: Description
| Class | Description |
|---|---|
| O2AuthDynamicFeature |
This feature includes all functionality required to establish a valid
authentication context for each request on the OAuth2 server.
|
| O2Principal |
The authorization pricipal for the OAuth server.
|
| O2SecurityContext |
The security context we're using to manage our authorization.
|
| Enum | Description |
|---|---|
| O2AuthScheme |
A list of authentication methods which are valid for incoming OAuth2
Requests.
|
| Annotation Type | Description |
|---|---|
| O2BearerToken |
This annotation enables authentication via an already authorized bearer
token.
|
| O2Client |
This annotation enables authentication via a private client; requiring
a paired client_secret.
|
Copyright © 2018 krotscheck.net. All rights reserved.