OAuthTokenResponse.Success Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
Success(JObject) | |
Success(JsonDocument) |
Tworzy pomyślny OAuthTokenResponseelement . |
Success(JObject)
- Źródło:
- OAuthTokenResponse.cs
- Źródło:
- 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
Parametry
- response
- Newtonsoft.Json.Linq.JObject
Zwraca
Dotyczy
Success(JsonDocument)
- Źródło:
- OAuthTokenResponse.cs
Tworzy pomyślny OAuthTokenResponseelement .
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
Parametry
- response
- JsonDocument
Odebrany ładunek JSON.
Zwraca
OAuthTokenResponse Wystąpienie.