C# Class Frapid.TokenManager.Provider

Afficher le fichier Open project: frapid/frapid Class Usage Examples

Méthodes publiques

Méthode Description
Decode ( string clientToken ) : Token
GetToken ( ) : Token
GetToken ( string clientToken ) : Token
Provider ( ) : System
Provider ( string tenant, System.Guid applicationId, long loginId, int userId, int officeId ) : System

Private Methods

Méthode Description
Encode ( Token token ) : string

Method Details

Decode() public méthode

public Decode ( string clientToken ) : Token
clientToken string
Résultat Token

GetToken() public méthode

public GetToken ( ) : Token
Résultat Token

GetToken() public méthode

public GetToken ( string clientToken ) : Token
clientToken string
Résultat Token

Provider() public méthode

public Provider ( ) : System
Résultat System

Provider() public méthode

public Provider ( string tenant, System.Guid applicationId, long loginId, int userId, int officeId ) : System
tenant string
applicationId System.Guid
loginId long
userId int
officeId int
Résultat System