C# Class KeycloakIdentityModel.Utilities.Caching.StateCache

Inheritance: Cache
Afficher le fichier Open project: dylanplecki/KeycloakOwinAuthentication

Méthodes publiques

Méthode Description
CreateState ( object>.Dictionary stateData, System.TimeSpan lifeTime = null ) : string
ReturnState ( string stateKey ) : object>.Dictionary

Method Details

CreateState() public méthode

public CreateState ( object>.Dictionary stateData, System.TimeSpan lifeTime = null ) : string
stateData object>.Dictionary
lifeTime System.TimeSpan
Résultat string

ReturnState() public méthode

public ReturnState ( string stateKey ) : object>.Dictionary
stateKey string
Résultat object>.Dictionary