HandleRequestResult.Success(AuthenticationTicket) Method

Definition

Indicates that authentication was successful.

public:
 static Microsoft::AspNetCore::Authentication::HandleRequestResult ^ Success(Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ ticket);
public static Microsoft.AspNetCore.Authentication.HandleRequestResult Success (Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket);
static member Success : Microsoft.AspNetCore.Authentication.AuthenticationTicket -> Microsoft.AspNetCore.Authentication.HandleRequestResult
Public Shared Function Success (ticket As AuthenticationTicket) As HandleRequestResult

Parameters

ticket
AuthenticationTicket

The ticket representing the authentication result.

Returns

The result.

Applies to