OAuthDefaultHandlerTOptionsCreateTicketAsync - метод
Пространство имён: Tessa.Web.Client.OAuthСборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
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.