GoogleOAuth2AuthenticatedContext.Id Property
Gets the Google user ID
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
public string Id { get; private set; }
public:
property String^ Id {
String^ get();
private: void set(String^ value);
}
member Id : string with get, private set
Public Property Id As String
Get
Private Set
End Property
Property Value
Type: System.String
Returns String.
See Also
GoogleOAuth2AuthenticatedContext Class
Microsoft.Owin.Security.Google Namespace
Return to top