@beyondidentity/bi-sdk-js
    Preparing search index...

    Interface Theme

    Theme associated with a Passkey.

    interface Theme {
        logoUrlDark: string;
        logoUrlLight: string;
        supportUrl?: string;
    }
    Index

    Properties

    logoUrlDark: string
    logoUrlLight: string
    supportUrl?: string