Type alias ScuteAppData

ScuteAppData: {
    access_expiration: number;
    allowed_identifiers: ScuteIdentifierType[];
    auto_refresh: boolean;
    callback_url: string;
    created_at: string;
    default_language: string;
    id: UniqueIdentifier;
    login_url: string;
    logo: string;
    logo_dark: string;
    magic_link_expiration: number;
    name: string;
    origin: string;
    profile_management: boolean;
    public_key: any;
    public_signup: boolean;
    refresh_expiration: number;
    refresh_payload: boolean;
    required_identifiers: ScuteIdentifierType[];
    scute_branding: boolean;
    session_timeout: number;
    updated_at: string;
    user_meta_data_schema: ScuteUserMetaDataSchema[];
}

Type declaration

  • access_expiration: number
  • allowed_identifiers: ScuteIdentifierType[]
  • auto_refresh: boolean
  • callback_url: string
  • created_at: string
  • default_language: string
  • id: UniqueIdentifier
  • login_url: string
  • logo: string
  • logo_dark: string
  • magic_link_expiration: number
  • name: string
  • origin: string
  • profile_management: boolean
  • public_key: any
  • public_signup: boolean
  • refresh_expiration: number
  • refresh_payload: boolean
  • required_identifiers: ScuteIdentifierType[]
  • scute_branding: boolean
  • session_timeout: number
  • updated_at: string
  • user_meta_data_schema: ScuteUserMetaDataSchema[]

Generated using TypeDoc