C# Class Chaos.Portal.Authentication.OAuth.LoginStateManager

Inheritance: ILoginStateManager
Afficher le fichier Open project: CHAOS-Community/CHAOS.Portal.Authentication Class Usage Examples

Méthodes publiques

Méthode Description
ClearTemp ( ) : void
LoadTemp ( ) : string
SaveTemp ( string stateCode ) : void

Method Details

ClearTemp() public méthode

public ClearTemp ( ) : void
Résultat void

LoadTemp() public méthode

public LoadTemp ( ) : string
Résultat string

SaveTemp() public méthode

public SaveTemp ( string stateCode ) : void
stateCode string
Résultat void