C# Class XamarinEvolveSS.CustomCredentialsAuthProvider

Inheritance: CredentialsAuthProvider
Afficher le fichier Open project: bholmes/XamarinEvolve2013Project

Méthodes publiques

Méthode Description
Logout ( IServiceBase service, ServiceStack.ServiceInterface.Auth.Auth request ) : object
OnAuthenticated ( IServiceBase authService, IAuthSession session, IOAuthTokens tokens, string>.Dictionary authInfo ) : void
TryAuthenticate ( IServiceBase authService, string userName, string password ) : bool

Method Details

Logout() public méthode

public Logout ( IServiceBase service, ServiceStack.ServiceInterface.Auth.Auth request ) : object
service IServiceBase
request ServiceStack.ServiceInterface.Auth.Auth
Résultat object

OnAuthenticated() public méthode

public OnAuthenticated ( IServiceBase authService, IAuthSession session, IOAuthTokens tokens, string>.Dictionary authInfo ) : void
authService IServiceBase
session IAuthSession
tokens IOAuthTokens
authInfo string>.Dictionary
Résultat void

TryAuthenticate() public méthode

public TryAuthenticate ( IServiceBase authService, string userName, string password ) : bool
authService IServiceBase
userName string
password string
Résultat bool