Microsoft.AspNetCore.Authentication.BearerToken Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AccessTokenResponse |
The JSON data transfer object for the bearer token response typically found in "/login" and "/refresh" responses. |
BearerTokenDefaults |
Default values used by bearer token authentication. |
BearerTokenEvents |
Specifies events which the bearer token handler invokes to enable developer control over the authentication process. |
BearerTokenOptions |
Contains the options used to authenticate using opaque bearer tokens. |
MessageReceivedContext |
A context for OnMessageReceived. |