Udostępnij za pośrednictwem


OAuthTokenResponse.Success Metoda

Definicja

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.

Dotyczy