Class GoogleIdTokenCredential
- Namespace
- Uralstech.UMoth.GoogleSignIn
Google ID token based credential.
public record GoogleIdTokenCredential
- Inheritance
-
objectGoogleIdTokenCredential
Constructors
GoogleIdTokenCredential(string?, string?, string?, string, string, string?, string?)
protected GoogleIdTokenCredential(string? displayName, string? familyName, string? givenName, string emailId, string idToken, string? phoneNumber, string? profilePictureUri)
Parameters
displayNamestringfamilyNamestringgivenNamestringemailIdstringidTokenstringphoneNumberstringprofilePictureUristring
Fields
DisplayName
Display name to show on the entry.
public readonly string? DisplayName
Field Value
- string
EmailId
The email address associated with user's Google Account.
public readonly string EmailId
Field Value
- string
FamilyName
User's family name.
public readonly string? FamilyName
Field Value
- string
GivenName
User's given name.
public readonly string? GivenName
Field Value
- string
IdToken
User's Google ID Token.
public readonly string IdToken
Field Value
- string
PhoneNumber
User's stored phone number.
public readonly string? PhoneNumber
Field Value
- string
ProfilePictureUri
User's profile picture uri.
public readonly string? ProfilePictureUri
Field Value
- string