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

    Interface RefreshTokenDevice

    Device used while issuing/exchanging the refresh token

    interface RefreshTokenDevice {
        initial_ip?: string;
        initial_asn?: string;
        initial_user_agent?: string;
        last_ip?: string;
        last_asn?: string;
        last_user_agent?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    initial_ip?: string

    First IP address associated with the refresh token

    initial_asn?: string

    First autonomous system number associated with the refresh token

    initial_user_agent?: string

    First user agent associated with the refresh token

    last_ip?: string

    Last IP address associated with the refresh token

    last_asn?: string

    Last autonomous system number associated with the refresh token

    last_user_agent?: string

    Last user agent associated with the refresh token