MonoCloud Authentication SDK
    Preparing search index...

    Interface DeviceAuthorizationParams

    Parameters used to construct an OAuth 2.0 / OpenID Connect device authorization request.

    interface DeviceAuthorizationParams {
        resource?: string;
        scopes?: string;
    }
    Index

    Properties

    Properties

    resource?: string

    Space-separated list of resource indicators that scope the issued access token.

    scopes?: string

    Space-separated list of scopes requested during authentication.