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

Inheritance: ILoginStateManager
Show file Open project: CHAOS-Community/CHAOS.Portal.Authentication Class Usage Examples

Public Methods

Method Description
ClearTemp ( ) : void
LoadTemp ( ) : string
SaveTemp ( string stateCode ) : void

Method Details

ClearTemp() public method

public ClearTemp ( ) : void
return void

LoadTemp() public method

public LoadTemp ( ) : string
return string

SaveTemp() public method

public SaveTemp ( string stateCode ) : void
stateCode string
return void