Class GoogleUserInfo
Description of the user information data for the Google client
Implements
Namespace: i5.Toolkit.Core.OpenIDConnectClient
Assembly: cs.temp.dll.dll
Syntax
public class GoogleUserInfo : AbstractUserInfo, IUserInfo
Constructors
GoogleUserInfo(string, string, string)
Creates a new instance of the learning layers user info with the given parameters
Declaration
public GoogleUserInfo(string username, string email, string fullName)
Parameters
Type | Name | Description |
---|---|---|
string | username | The user name of the user |
string | The email address of the user |
|
string | fullName | The full name of the user |
Properties
FullName
A clear name of the user This is a mapping based on the available user data of the OIDC provider
Declaration
public override string FullName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Username
An identifier for the user, unique among all Google accounts and never reused. This is a mapping based on the available user data of the OIDC provider
Declaration
public override string Username { get; }
Property Value
Type | Description |
---|---|
string |