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

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

Private Properties

프로퍼티 타입 설명
OAuthValidateClientRedirectUriContext System
Validated bool

공개 메소드들

메소드 설명
Validated ( ) : bool

Marks this context as validated by the application. IsValidated becomes true and HasError becomes false as a result of calling.

비공개 메소드들

메소드 설명
OAuthValidateClientRedirectUriContext ( HttpContext context, OAuthAuthorizationServerOptions options, string clientId, string redirectUri ) : System
Validated ( string redirectUri ) : bool

메소드 상세

Validated() 공개 메소드

Marks this context as validated by the application. IsValidated becomes true and HasError becomes false as a result of calling.
public Validated ( ) : bool
리턴 bool