@trumpf/ux.utils
    Preparing search index...

    Interface AuthClientOptions

    interface AuthClientOptions {
        globalNamespace?: string;
        namespace?: string;
        persistenceType?: AuthClientPersistenceType;
    }
    Index

    Properties

    globalNamespace?: string

    use namespace instead

    namespace?: string
    persistenceType?: AuthClientPersistenceType