C# Class KidoZen.authentication.WRAPv09IdentityProvider

Inheritance: IIdentityProvider
Afficher le fichier Open project: kidozen/kido-xamarin Class Usage Examples

Méthodes publiques

Méthode Description
AfterRequestToken ( Object args ) : void
BeforeRequestToken ( Object args ) : void
Configure ( IdentityProviderConfig configuration ) : void
Initialize ( String username, String password ) : void
RequestToken ( Uri identityProviderUrl, String scope ) : Task
WRAPv09IdentityProvider ( ) : System

Method Details

AfterRequestToken() public méthode

public AfterRequestToken ( Object args ) : void
args Object
Résultat void

BeforeRequestToken() public méthode

public BeforeRequestToken ( Object args ) : void
args Object
Résultat void

Configure() public méthode

public Configure ( IdentityProviderConfig configuration ) : void
configuration IdentityProviderConfig
Résultat void

Initialize() public méthode

public Initialize ( String username, String password ) : void
username String
password String
Résultat void

RequestToken() public méthode

public RequestToken ( Uri identityProviderUrl, String scope ) : Task
identityProviderUrl System.Uri
scope String
Résultat Task

WRAPv09IdentityProvider() public méthode

public WRAPv09IdentityProvider ( ) : System
Résultat System