Axinom Mosaic Libraries
    Preparing search index...

    Device Authorization response — the codes the device shows and polls with.

    interface DeviceAuthorizationResponse {
        code: DeviceAuthorizationResponseCode;
        deviceCode?: string;
        expiresIn?: number;
        interval?: number;
        message?: string;
        userCode?: string;
        verificationUri?: string;
        verificationUriComplete?: string;
    }
    Index

    Properties

    deviceCode?: string

    Secret the device polls with.

    expiresIn?: number

    Seconds until the device_code expires.

    interval?: number

    Minimum seconds between polls.

    message?: string
    userCode?: string

    Short code the user types on the verification page.

    verificationUri?: string

    Customer activate-page URL the user opens.

    verificationUriComplete?: string

    verificationUri with the user code embedded (for a QR code).