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

Definition

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

Параметры

identity  ClaimsIdentity
 
properties  AuthenticationProperties
 
tokens  OAuthTokenResponse
 

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

TaskAuthenticationTicket

См. также