Axinom Mosaic Libraries
    Preparing search index...

    Device Verification response — what a given user code is about to authorize.

    interface DeviceVerificationResponse {
        code: DeviceVerificationResponseCode;
        deviceLabel?: string;
        message?: string;
        status?: DeviceAuthorizationStatus;
    }
    Index

    Properties

    deviceLabel?: string
    message?: string