Sante |
| Class | Description | |
|---|---|---|
| ClientOAuthServiceBehavior | An extension of the OAuthServiceBehavior which adds and removes cookies | |
| OAuthClaimsPrincipal | Token claims principal. | |
| OAuthClient | An implementation of the OAuth client | |
| OAuthClientCore | Core OAuth/OIDC Client Implementation. This instance does not rely on any upstream or realm settings to function. For an upstream-backed OAuth client, use OAuthClient instead. | |
| OAuthCookieRefreshTokenHandler | A special token handler for client scenarios where the client does not have access to the refresh token for security purposes. | |
| OAuthTokenApplicationIdentity | Represnts an authenticated application token identity | |
| OAuthTokenIdentity | An implementation of the IClaimsIdentity which is constructed from an OAUTH token |
| Interface | Description | |
|---|---|---|
| IClientOAuthServiceContract | Service contract for OAUTH |