OAuthBearerAuthenticationOptions Properties

The OAuthBearerAuthenticationOptions type exposes the following members.

Properties

  Name Description
Public property AccessTokenFormat Gets or sets the access token format for this authentication.
Public property AccessTokenProvider Gets the access token provider.
Public property AuthenticationMode If Active the authentication middleware alter the request user coming in and alter 401 Unauthorized responses going out. If Passive the authentication middleware will only provide identity and alter responses when explicitly indicated by the AuthenticationType. (Inherited from AuthenticationOptions.)
Public property AuthenticationType The AuthenticationType in the options corresponds to the IIdentity AuthenticationType property. A different value may be assigned in order to use the same authentication middleware type more than once in a pipeline. (Inherited from AuthenticationOptions.)
Public property Description Additional information about the authentication type which is made available to the application. (Inherited from AuthenticationOptions.)
Public property Provider Gets or sets the provider for the OAuth bearer authentication.
Public property Realm Gets or sets the authentication realm.
Public property SystemClock Gets the system clock.

Top

See Also

Reference

OAuthBearerAuthenticationOptions Class

Microsoft.Owin.Security.OAuth Namespace