Sdílet prostřednictvím


OAuthTokenResponse.Failed(Exception) Metoda

Definice

Vytvoří neúspěšný OAuthTokenResponse.

public:
 static Microsoft::AspNetCore::Authentication::OAuth::OAuthTokenResponse ^ Failed(Exception ^ error);
public static Microsoft.AspNetCore.Authentication.OAuth.OAuthTokenResponse Failed (Exception error);
static member Failed : Exception -> Microsoft.AspNetCore.Authentication.OAuth.OAuthTokenResponse
Public Shared Function Failed (error As Exception) As OAuthTokenResponse

Parametry

error
Exception

Chyba přidružená k chybě.

Návraty

Instance OAuthTokenResponse .

Platí pro