Axinom Mosaic Libraries
    Preparing search index...

    Device poll response. On SUCCESS it carries only the device's refreshToken; the device then obtains access tokens from the standard /token endpoint (Bearer refresh token), exactly like a renewal.

    interface DevicePollResponse {
        code: DevicePollResponseCode;
        message?: string;
        refreshToken?: string;
    }
    Index

    Properties

    message?: string
    refreshToken?: string

    The device's refresh token — present only on SUCCESS.