OAuthDefaultHandlerTOptionsCreateTicketAsync(ClaimsIdentity, AuthenticationProperties, OAuthTokenResponse) - метод
Пространство имён: Tessa.Web.Client.OAuthСборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 4.0.4
protected virtual Task<AuthenticationTicket> CreateTicketAsync(
ClaimsIdentity identity,
AuthenticationProperties properties,
OAuthTokenResponse tokens
)
Protected Overridable 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
)
abstract CreateTicketAsync :
identity : ClaimsIdentity *
properties : AuthenticationProperties *
tokens : OAuthTokenResponse -> Task<AuthenticationTicket>
override CreateTicketAsync :
identity : ClaimsIdentity *
properties : AuthenticationProperties *
tokens : OAuthTokenResponse -> Task<AuthenticationTicket>
- identity ClaimsIdentity
-
- properties AuthenticationProperties
-
- tokens OAuthTokenResponse
-
TaskAuthenticationTicket