OAuthTokenResponse.Success Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
Success(JObject) | |
Success(JsonDocument) |
Başarılı OAuthTokenResponsebir oluşturur. |
Success(JObject)
- Kaynak:
- OAuthTokenResponse.cs
- Kaynak:
- OAuthTokenResponse.cs
public:
static Microsoft::AspNetCore::Authentication::OAuth::OAuthTokenResponse ^ Success(Newtonsoft::Json::Linq::JObject ^ response);
public static Microsoft.AspNetCore.Authentication.OAuth.OAuthTokenResponse Success (Newtonsoft.Json.Linq.JObject response);
static member Success : Newtonsoft.Json.Linq.JObject -> Microsoft.AspNetCore.Authentication.OAuth.OAuthTokenResponse
Public Shared Function Success (response As JObject) As OAuthTokenResponse
Parametreler
- response
- Newtonsoft.Json.Linq.JObject
Döndürülenler
Şunlara uygulanır
Success(JsonDocument)
- Kaynak:
- OAuthTokenResponse.cs
Başarılı OAuthTokenResponsebir oluşturur.
public:
static Microsoft::AspNetCore::Authentication::OAuth::OAuthTokenResponse ^ Success(System::Text::Json::JsonDocument ^ response);
public static Microsoft.AspNetCore.Authentication.OAuth.OAuthTokenResponse Success (System.Text.Json.JsonDocument response);
static member Success : System.Text.Json.JsonDocument -> Microsoft.AspNetCore.Authentication.OAuth.OAuthTokenResponse
Public Shared Function Success (response As JsonDocument) As OAuthTokenResponse
Parametreler
- response
- JsonDocument
Alınan JSON yükü.
Döndürülenler
Bir OAuthTokenResponse örnek.