Search Results for

    Show / Hide Table of Contents

    Interface IUserInfo

    Contract specifying how user information that can be accessed from an OIDC provider

    Namespace: i5.Toolkit.Core.OpenIDConnectClient
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IUserInfo

    Properties

    Email

    The email address of the logged in user

    Declaration
    string Email { get; }
    Property Value
    Type Description
    string

    FullName

    The full name of the logged in user

    Declaration
    string FullName { get; }
    Property Value
    Type Description
    string

    Username

    The user name of the logged in user

    Declaration
    string Username { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top i5 Toolkit Documentation