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

    Variable ClientSessionTransferDelegationDeviceBindingEnumConst

    ClientSessionTransferDelegationDeviceBindingEnum: { Ip: "ip"; Asn: "asn" } = ...

    Indicates the device binding enforcement for delegation (impersonation) access. If set to 'ip', device binding is enforced by IP. If set to 'asn', device binding is enforced by ASN. Default value is ip.

    Type Declaration

    • ReadonlyIp: "ip"
    • ReadonlyAsn: "asn"