@beyondidentity/bi-sdk-react-native
    Preparing search index...

    Interface PasskeyTheme

    Theme associated with a Passkey.

    interface PasskeyTheme {
        logoDarkUrl: string;
        logoLightUrl: string;
        supportUrl: string;
    }
    Index

    Properties

    logoDarkUrl: string

    URL resolving the logo in dark mode.

    logoLightUrl: string

    URL resolving the logo in light mode.

    supportUrl: string

    URL for customer support.