C# Класс OAuth.AspNet.AuthServer.OAuthMatchContext

Provides notification used for determining the OAuth flow type based on the request.
Наследование: Microsoft.AspNetCore.Authentication.BaseControlContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MatchesAuthorizeEndpoint ( ) : void

Sets the endpoint type to authorize endpoint.

MatchesNothing ( ) : void

Sets the endpoint type to neither authorize nor token.

MatchesTokenEndpoint ( ) : void

Sets the endpoint type to token endpoint.

OAuthMatchContext ( HttpContext context, OAuthAuthorizationServerOptions options ) : System

Initializes a new instance of the OAuthMatchContext class

Описание методов

MatchesAuthorizeEndpoint() публичный Метод

Sets the endpoint type to authorize endpoint.
public MatchesAuthorizeEndpoint ( ) : void
Результат void

MatchesNothing() публичный Метод

Sets the endpoint type to neither authorize nor token.
public MatchesNothing ( ) : void
Результат void

MatchesTokenEndpoint() публичный Метод

Sets the endpoint type to token endpoint.
public MatchesTokenEndpoint ( ) : void
Результат void

OAuthMatchContext() публичный Метод

Initializes a new instance of the OAuthMatchContext class
public OAuthMatchContext ( HttpContext context, OAuthAuthorizationServerOptions options ) : System
context HttpContext
options OAuthAuthorizationServerOptions
Результат System