C# 클래스 OAuth.AspNet.AuthServer.OAuthMatchContext

Provides notification used for determining the OAuth flow type based on the request.
상속: Microsoft.AspNetCore.Authentication.BaseControlContext
파일 보기 프로젝트 열기: XacronDevelopment/oauth-aspnet 1 사용 예제들

공개 메소드들

메소드 설명
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