Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
WhoCanHelpMe
Infrastructure
Security
IdentityService
C# Class WhoCanHelpMe.Infrastructure.Security.IdentityService
Inheritance:
IIdentityService
Mostrar archivo
Open project: jongeorge1/Who-Can-Help-Me
Public Methods
Method
Description
Authenticate
(
string
userId
) :
void
GetCurrentIdentity
( ) :
IIdentity
IsSignedIn
( ) :
bool
SignOut
( ) :
void
Method Details
Authenticate()
public
method
public
Authenticate
(
string
userId
) :
void
userId
string
return
void
GetCurrentIdentity()
public
method
public
GetCurrentIdentity
( ) :
IIdentity
return
IIdentity
IsSignedIn()
public
method
public
IsSignedIn
( ) :
bool
return
bool
SignOut()
public
method
public
SignOut
( ) :
void
return
void