C# Class OAuth.AspNet.AuthServer.OAuthAuthorizationServerOptions

Options class provides information needed to control Authorization Server middleware behavior
Inheritance: Microsoft.AspNetCore.Builder.AuthenticationOptions
显示文件 Open project: XacronDevelopment/oauth-aspnet Class Usage Examples

Public Methods

Method Description
OAuthAuthorizationServerOptions ( ) : System

Creates an instance of authorization server options with default values.

Method Details

OAuthAuthorizationServerOptions() public method

Creates an instance of authorization server options with default values.
public OAuthAuthorizationServerOptions ( ) : System
return System