OAuthDefaultHandlerTOptionsCreateTicketAsync(ClaimsIdentity, AuthenticationProperties, OAuthTokenResponse) - метод

Definition

Пространство имён: Tessa.Web.Client.OAuth
Сборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
protected virtual Task<AuthenticationTicket> CreateTicketAsync(
	ClaimsIdentity identity,
	AuthenticationProperties properties,
	OAuthTokenResponse tokens
)

Параметры

identity  ClaimsIdentity
 
properties  AuthenticationProperties
 
tokens  OAuthTokenResponse
 

Возвращаемое значение

TaskAuthenticationTicket

См. также