OAuthDefaultHandlerTOptionsCreateTicketAsync - метод
Пространство имён: Tessa.Web.Client.OAuthСборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
protected override Task<AuthenticationTicket> CreateTicketAsync(
ClaimsIdentity identity,
AuthenticationProperties properties,
OAuthTokenResponse tokens
)
Protected Overrides Function CreateTicketAsync (
identity As ClaimsIdentity,
properties As AuthenticationProperties,
tokens As OAuthTokenResponse
) As Task(Of AuthenticationTicket)
protected:
virtual Task<AuthenticationTicket^>^ CreateTicketAsync(
ClaimsIdentity^ identity,
AuthenticationProperties^ properties,
OAuthTokenResponse^ tokens
) override
abstract CreateTicketAsync :
identity : ClaimsIdentity *
properties : AuthenticationProperties *
tokens : OAuthTokenResponse -> Task<AuthenticationTicket>
override CreateTicketAsync :
identity : ClaimsIdentity *
properties : AuthenticationProperties *
tokens : OAuthTokenResponse -> Task<AuthenticationTicket>
- identity ClaimsIdentity
- The ClaimsIdentity.
- properties AuthenticationProperties
- The AuthenticationProperties.
- tokens OAuthTokenResponse
- The OAuthTokenResponse.
TaskAuthenticationTicketThe
AuthenticationTicket.