nylas
    Preparing search index...

    Interface HostedAuthentication

    Interface for hosted authentication branding details

    interface HostedAuthentication {
        alignment?: string;
        backgroundColor?: string;
        backgroundImageUrl?: string;
        colorPrimary?: string;
        colorSecondary?: string;
        privacyPolicyUrl?: string;
        spacing?: number;
        subtitle?: string;
        termsOfServiceUrl?: string;
        title?: string;
    }
    Index

    Properties

    alignment?: string

    Alignment of background image

    backgroundColor?: string

    Background color

    backgroundImageUrl?: string

    URL of the background image

    colorPrimary?: string

    Primary color

    colorSecondary?: string

    Secondary color

    privacyPolicyUrl?: string

    URL of the privacy policy

    spacing?: number

    CSS spacing attribute in px

    subtitle?: string

    Subtitle

    termsOfServiceUrl?: string

    URL of the terms of service

    title?: string

    Title