DefaultTicketStoreRetrieveAsync Method

Retrieves an identity from the store for the given key.

Definition

Namespace: Gemstone.Web.Security
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.171 -- Release Build+f97a6efcf348dbb2ce14e0dc455918e455771b06
public Task<AuthenticationTicket?> RetrieveAsync(
	string key
)

Parameters

key  String
The key associated with the identity.

Return Value

TaskAuthenticationTicket
The identity associated with the given key, or null if not found.

Implements

ITicketStoreRetrieveAsync(String)

See Also