C# 클래스 ExampleProviderSite.UserAuthorize

파일 보기 프로젝트 열기: bittercoder/DevDefined.OAuth-Examples

보호된 프로퍼티들

프로퍼티 타입 설명
Approve global::System.Web.UI.WebControls.Button
Deny global::System.Web.UI.WebControls.Button
consumerKey global::System.Web.UI.WebControls.Label

Private Properties

프로퍼티 타입 설명
ApproveRequestForAccess void
DenyRequestForAccess void
GetTokenString string
RedirectToClient void

보호된 메소드들

메소드 설명
Approve_Click ( object sender, EventArgs e ) : void
Deny_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
ApproveRequestForAccess ( string tokenString ) : void
DenyRequestForAccess ( string tokenString ) : void
GetTokenString ( ) : string
RedirectToClient ( string tokenString, bool granted ) : void

메소드 상세

Approve_Click() 보호된 메소드

protected Approve_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

Deny_Click() 보호된 메소드

protected Deny_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

Approve 보호되어 있는 프로퍼티

Approve control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button Approve
리턴 global::System.Web.UI.WebControls.Button

Deny 보호되어 있는 프로퍼티

Deny control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button Deny
리턴 global::System.Web.UI.WebControls.Button

consumerKey 보호되어 있는 프로퍼티

consumerKey control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label consumerKey
리턴 global::System.Web.UI.WebControls.Label