@resistdesign/voltra
    Preparing search index...

    Type Alias AuthInfo

    User authentication information. Typically, from Cognito.

    type AuthInfo = {
        roles?: string[];
        userId?: string;
    }
    Index

    Properties

    Properties

    roles?: string[]

    Role or group names assigned to the user.

    userId?: string

    Unique user identifier from the auth provider.