Type alias User

User: {
    credentials: Credential[];
    displayName: string;
    iconURL: string;
    id: string;
    name: string;
}

Represents an application (Relying Party) user.

Type declaration

  • credentials: Credential[]

    Credentials owned by the user.

  • displayName: string

    Display Name of the user.

  • iconURL: string

    Deprecated

    This has been removed from the specification recommendation. Suggest a blank string.

  • id: string

    (base64) User ID according to the Relying Party.

  • name: string

    User Name according to the Relying Party.

Generated using TypeDoc