Aracılığıyla paylaş


OAuthTokenResponse.Failed(Exception) Yöntem

Tanım

Başarısız OAuthTokenResponsebir oluşturur.

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

Parametreler

error
Exception

Hatayla ilişkili hata.

Döndürülenler

Bir OAuthTokenResponse örnek.

Şunlara uygulanır