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

    Variable ClientExternalMetadataCreatedByEnumConst

    ClientExternalMetadataCreatedByEnum: { Admin: "admin"; Client: "client" } = ...

    Indicates who created the external metadata client. The value admin indicates the client was registered via the Management API. The value client indicates the client was registered dynamically. This field is only present when external_metadata_type is set.

    Type Declaration

    • ReadonlyAdmin: "admin"
    • ReadonlyClient: "client"