C# 클래스 KeycloakIdentityModel.Utilities.Caching.StateCache

상속: Cache
파일 보기 프로젝트 열기: dylanplecki/KeycloakOwinAuthentication

공개 메소드들

메소드 설명
CreateState ( object>.Dictionary stateData, System.TimeSpan lifeTime = null ) : string
ReturnState ( string stateKey ) : object>.Dictionary

메소드 상세

CreateState() 공개 메소드

public CreateState ( object>.Dictionary stateData, System.TimeSpan lifeTime = null ) : string
stateData object>.Dictionary
lifeTime System.TimeSpan
리턴 string

ReturnState() 공개 메소드

public ReturnState ( string stateKey ) : object>.Dictionary
stateKey string
리턴 object>.Dictionary