NexSDK
    Preparing search index...

    Interface ParsedClaims

    interface ParsedClaims {
        email: string | null;
        propertyId: string | null;
        role: Role;
        uid: string;
    }
    Index

    Properties

    email: string | null
    propertyId: string | null
    role: Role
    uid: string