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

Contains information about the client credentials.
상속: BaseValidatingClientContext
파일 보기 프로젝트 열기: XacronDevelopment/oauth-aspnet 1 사용 예제들

공개 메소드들

메소드 설명
OAuthValidateClientAuthenticationContext ( HttpContext context, OAuthAuthorizationServerOptions options, StringValues>.IDictionary parameters ) : System

Initializes a new instance of the OAuthValidateClientAuthenticationContext class

Validated ( string clientId ) : bool

Sets the client id and marks the context as validated by the application.

비공개 메소드들

메소드 설명
TryGetBasicCredentials ( string &clientId, string &clientSecret ) : bool
TryGetFormCredentials ( string &clientId, string &clientSecret ) : bool

메소드 상세

OAuthValidateClientAuthenticationContext() 공개 메소드

Initializes a new instance of the OAuthValidateClientAuthenticationContext class
public OAuthValidateClientAuthenticationContext ( HttpContext context, OAuthAuthorizationServerOptions options, StringValues>.IDictionary parameters ) : System
context HttpContext
options OAuthAuthorizationServerOptions
parameters StringValues>.IDictionary
리턴 System

Validated() 공개 메소드

Sets the client id and marks the context as validated by the application.
public Validated ( string clientId ) : bool
clientId string
리턴 bool