auth.provider API
    Preparing search index...

    Interface GrantError

    interface GrantError {
        error: string;
        errorDescription?: string;
        status: number;
    }
    Index
    error: string
    errorDescription?: string
    status: number