GoogleOAuth2AuthenticatedContext.TokenResponse Property

Token response from Google

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

Syntax

'Declaration
Public Property TokenResponse As JObject 
    Get 
    Private Set
'Usage
Dim instance As GoogleOAuth2AuthenticatedContext 
Dim value As JObject 

value = instance.TokenResponse
public JObject TokenResponse { get; private set; }
public:
property JObject^ TokenResponse {
    JObject^ get ();
    private: void set (JObject^ value);
}
member TokenResponse : JObject with get, private set
function get TokenResponse () : JObject 
private function set TokenResponse (value : JObject)

Property Value

Type: JObject
Returns JObject.

See Also

Reference

GoogleOAuth2AuthenticatedContext Class

Microsoft.Owin.Security.Google Namespace