C# Class ExampleProviderSite.UserAuthorize

Afficher le fichier Open project: bittercoder/DevDefined.OAuth-Examples

Protected Properties

Свойство Type Description
Approve global::System.Web.UI.WebControls.Button
Deny global::System.Web.UI.WebControls.Button
consumerKey global::System.Web.UI.WebControls.Label

Private Properties

Свойство Type Description
ApproveRequestForAccess void
DenyRequestForAccess void
GetTokenString string
RedirectToClient void

Méthodes protégées

Méthode Description
Approve_Click ( object sender, EventArgs e ) : void
Deny_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
ApproveRequestForAccess ( string tokenString ) : void
DenyRequestForAccess ( string tokenString ) : void
GetTokenString ( ) : string
RedirectToClient ( string tokenString, bool granted ) : void

Method Details

Approve_Click() protected méthode

protected Approve_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Deny_Click() protected méthode

protected Deny_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

Approve protected_oe property

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
Résultat global::System.Web.UI.WebControls.Button

Deny protected_oe property

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
Résultat global::System.Web.UI.WebControls.Button

consumerKey protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label