@valon-technologies/gestalt
    Preparing search index...

    Interface UserInfoResponse

    UserInfoResponse models profile claims about the authenticated end user.

    interface UserInfoResponse {
        subjectId: string;
        email: string;
        name: string;
    }
    Index

    Properties

    Properties

    subjectId: string
    email: string
    name: string