@akamai/openapi-ts
    Preparing search index...

    Type Alias GetTrustedDeviceResponses

    type GetTrustedDeviceResponses = {
        "200": {
            created: string;
            expiry: string;
            id: number;
            last_authenticated: string;
            last_remote_addr: string;
            user_agent: string;
        };
    }
    Index

    Properties

    Properties

    "200": {
        created: string;
        expiry: string;
        id: number;
        last_authenticated: string;
        last_remote_addr: string;
        user_agent: string;
    }

    A trusted device object represents an active Remember Me session with login.linode.com.

    Type Declaration

    • Readonlycreated: string

      Read-only When this Remember Me session was started. This corresponds to the time of login with the "Remember Me" box checked.

    • Readonlyexpiry: string

      Read-only When this TrustedDevice session expires. Sessions typically last 30 days.

    • Readonlyid: number

      Read-only The unique ID for this TrustedDevice.

    • Readonlylast_authenticated: string

      Read-only The last time this TrustedDevice was successfully used to authenticate to login.linode.com.

    • Readonlylast_remote_addr: string

      Read-only The last IP Address to successfully authenticate with this TrustedDevice.

    • Readonlyuser_agent: string

      Read-only The User Agent of the browser that created this TrustedDevice session.