The device is authenticated through both device credentials and gateway
association. The device must be bound to the gateway and must provide its
own credentials.
AssociationOnly
The device is authenticated through the gateway association only. Device
credentials are ignored even if provided.
DeviceAuthTokenOnly
The device is authenticated through its own credentials. Gateway
association is not checked.
Unspecified
No authentication/authorization method specified. No devices are allowed to
access the gateway.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This document provides reference information for the `GatewayAuthMethod` enum within the Cloud IoT v1 API, detailing how devices are authorized to access a gateway."],["The `GatewayAuthMethod` enum offers four different methods of authentication: `AssociationAndDeviceAuthToken`, `AssociationOnly`, `DeviceAuthTokenOnly`, and `Unspecified`."],["The `AssociationAndDeviceAuthToken` method requires both device credentials and gateway association for authentication, while `AssociationOnly` relies solely on gateway association."],["`DeviceAuthTokenOnly` authenticates the device based on its own credentials, disregarding gateway association, and `Unspecified` allows no devices to access the gateway."],["This documentation is available for various versions of the API, ranging from version 1.0.0 to the latest version, 2.2.0."]]],[]]