@terrestris/shogun-util
    Preparing search index...

    Interface UserArgs<T>

    interface UserArgs<T extends ProviderUserDetails = KeycloakUserRepresentation> {
        authProviderId?: string;
        clientConfig?: any;
        created?: string | Date;
        details?: any;
        id?: number;
        modified?: string | Date;
        providerDetails?: T;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    authProviderId?: string
    clientConfig?: any
    created?: string | Date
    details?: any
    id?: number
    modified?: string | Date
    providerDetails?: T