Theme associated with a Passkey.

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

Properties

logoUrlDark: string
logoUrlLight: string
supportUrl?: string