C# 클래스 Glipho.OAuth.Providers.Web.OAuthAuthoriseAttribute

Authorise using OAuth instead of a built in authorisation method.
상속: System.Web.Http.AuthorizeAttribute
파일 보기 프로젝트 열기: Glipho/oauth-providers

공개 메소드들

메소드 설명
OAuthAuthoriseAttribute ( ) : System

Initialises a new instance of the OAuthAuthoriseAttribute class.

보호된 메소드들

메소드 설명
IsAuthorized ( System actionContext ) : bool

Indicates whether the specified control is authorized.

메소드 상세

IsAuthorized() 보호된 메소드

Indicates whether the specified control is authorized.
protected IsAuthorized ( System actionContext ) : bool
actionContext System The context.
리턴 bool

OAuthAuthoriseAttribute() 공개 메소드

Initialises a new instance of the OAuthAuthoriseAttribute class.
public OAuthAuthoriseAttribute ( ) : System
리턴 System