C# Class SimpleAuth.Authenticator

Afficher le fichier Open project: Clancey/SimpleAuth Class Usage Examples

Protected Properties

Свойство Type Description
tokenTask TaskCompletionSource

Méthodes publiques

Méthode Description
Authenticator ( ) : System
GetAuthCode ( ) : Task
OnCancelled ( ) : void
OnError ( string error ) : void

Méthodes protégées

Méthode Description
FoundAuthCode ( string authCode ) : void

Method Details

Authenticator() public méthode

public Authenticator ( ) : System
Résultat System

FoundAuthCode() protected méthode

protected FoundAuthCode ( string authCode ) : void
authCode string
Résultat void

GetAuthCode() public méthode

public GetAuthCode ( ) : Task
Résultat Task

OnCancelled() public méthode

public OnCancelled ( ) : void
Résultat void

OnError() public méthode

public OnError ( string error ) : void
error string
Résultat void

Property Details

tokenTask protected_oe property

protected TaskCompletionSource tokenTask
Résultat TaskCompletionSource