Поделиться через


GoogleOAuth2AuthenticatedContext.TokenResponse Property

 

Token response from Google

Namespace:   Microsoft.Owin.Security.Google
Assembly:  Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)

Syntax

public JObject TokenResponse { get; private set; }
public:
property JObject^ TokenResponse {
    JObject^ get();
    private: void set(JObject^ value);
}
member TokenResponse : JObject with get, private set
Public Property TokenResponse As JObject
    Get
    Private Set
End Property

Property Value

Type: Newtonsoft.Json.Linq.JObject

Returns JObject.

See Also

GoogleOAuth2AuthenticatedContext Class
Microsoft.Owin.Security.Google Namespace

Return to top