Search Results for

    Show / Hide Table of Contents

    Class GoogleUserInfo

    Description of the user information data for the Google client

    Inheritance
    Object
    AbstractUserInfo
    GoogleUserInfo
    Implements
    IUserInfo
    Inherited Members
    AbstractUserInfo.name
    AbstractUserInfo.email
    AbstractUserInfo.Email
    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 email

    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
    AbstractUserInfo.FullName

    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
    Overrides
    AbstractUserInfo.Username

    Implements

    IUserInfo
    In This Article
    Back to top i5 Toolkit Documentation