GoogleOAuth2AuthenticatedContext.GivenName Property
Gets the user's given name
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
public string GivenName { get; set; }
public:
property String^ GivenName {
String^ get();
void set(String^ value);
}
member GivenName : string with get, set
Public Property GivenName As String
Property Value
Type: System.String
Returns String.
See Also
GoogleOAuth2AuthenticatedContext Class
Microsoft.Owin.Security.Google Namespace
Return to top