OAuthDefaultHandlerTOptionsCreateTicketAsync - метод

Creates an AuthenticationTicket from the specified tokens.

Definition

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

Параметры

identity  ClaimsIdentity
The ClaimsIdentity.
properties  AuthenticationProperties
The AuthenticationProperties.
tokens  OAuthTokenResponse
The OAuthTokenResponse.

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

TaskAuthenticationTicket
The AuthenticationTicket.

См. также