@auth0/auth0-acul-react - v1.0.0
    Preparing search index...

    Interface CurrentScreenOptions

    CurrentScreenOptions details.

    interface CurrentScreenOptions {
        client: { id: string; metadata: Record<string, string> | null } | null;
        organization:
            | { id: string; metadata: Record<string, string>
            | null }
            | null;
        prompt: { name: string } | null;
        screen: { name: string } | null;
        tenant: { enabledLocales: string[] } | null;
        transaction:
            | { errors: Error[]
            | null; state: string; locale: string }
            | null;
        untrustedData:
            | { authorizationParams: Record<string, string>
            | null }
            | null;
    }
    Index

    Properties

    client: { id: string; metadata: Record<string, string> | null } | null
    organization: { id: string; metadata: Record<string, string> | null } | null
    prompt: { name: string } | null
    screen: { name: string } | null
    tenant: { enabledLocales: string[] } | null
    transaction: { errors: Error[] | null; state: string; locale: string } | null
    untrustedData: { authorizationParams: Record<string, string> | null } | null