@dypai-ai/client-sdk - v1.12.0
    Preparing search index...

    Interface AuthRedirects

    interface AuthRedirects {
        authError?: string;
        passwordRecovery?: string;
        signIn?: string;
    }
    Index

    Properties

    authError?: string

    Where to redirect on auth error callback. Default: no redirect.

    passwordRecovery?: string

    Where to redirect after password recovery or invite callback. Default: no redirect.

    signIn?: string

    Where to redirect after successful sign in callback. Default: no redirect.