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

    Interface AuthError

    interface AuthError {
        error: string;
        error_description?: string;
    }
    Index

    Properties

    error: string
    error_description?: string