C# Class WhoCanHelpMe.Infrastructure.Security.IdentityService

Inheritance: IIdentityService
Afficher le fichier Open project: jongeorge1/Who-Can-Help-Me

Méthodes publiques

Méthode Description
Authenticate ( string userId ) : void
GetCurrentIdentity ( ) : IIdentity
IsSignedIn ( ) : bool
SignOut ( ) : void

Method Details

Authenticate() public méthode

public Authenticate ( string userId ) : void
userId string
Résultat void

GetCurrentIdentity() public méthode

public GetCurrentIdentity ( ) : IIdentity
Résultat IIdentity

IsSignedIn() public méthode

public IsSignedIn ( ) : bool
Résultat bool

SignOut() public méthode

public SignOut ( ) : void
Résultat void