@archastro/sdk
    Preparing search index...

    Interface DeviceAuthorizationStatusResponse

    The result of a completed OAuth 2.0 Device Authorization flow, indicating whether the user approved or denied the device's access request.

    interface DeviceAuthorizationStatusResponse {
        status: string;
    }
    Index

    Properties

    Properties

    status: string

    Outcome of the device authorization request. One of "approved" (the user granted access) or "denied" (the user rejected or cancelled the request).