Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface MdlPresentationProperties

    This file was auto-generated by Fern from our API Definition.

    interface MdlPresentationProperties {
        family_name?: boolean;
        given_name?: boolean;
        birth_date?: boolean;
        issue_date?: boolean;
        expiry_date?: boolean;
        issuing_country?: boolean;
        issuing_authority?: boolean;
        portrait?: boolean;
        driving_privileges?: boolean;
        resident_address?: boolean;
        portrait_capture_date?: boolean;
        age_in_years?: boolean;
        age_birth_year?: boolean;
        issuing_jurisdiction?: boolean;
        nationality?: boolean;
        resident_city?: boolean;
        resident_state?: boolean;
        resident_postal_code?: boolean;
        resident_country?: boolean;
        family_name_national_character?: boolean;
        given_name_national_character?: boolean;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    family_name?: boolean

    Family Name

    given_name?: boolean

    Given Name

    birth_date?: boolean

    Birth Date

    issue_date?: boolean

    Issue Date

    expiry_date?: boolean

    Expiry Date

    issuing_country?: boolean

    Issuing Country

    issuing_authority?: boolean

    Issuing Authority

    portrait?: boolean

    Portrait

    driving_privileges?: boolean

    Driving Privileges

    resident_address?: boolean

    Resident Address

    portrait_capture_date?: boolean

    Portrait Capture Date

    age_in_years?: boolean

    Age in Years

    age_birth_year?: boolean

    Age Birth Year

    issuing_jurisdiction?: boolean

    Issuing Jurisdiction

    nationality?: boolean

    Nationality

    resident_city?: boolean

    Resident City

    resident_state?: boolean

    Resident State

    resident_postal_code?: boolean

    Resident Postal Code

    resident_country?: boolean

    Resident Country

    family_name_national_character?: boolean

    Family Name National Character

    given_name_national_character?: boolean

    Given Name National Character