gatewayAuthMethod property

  1. @TagNumber(2)
GatewayAuthMethod gatewayAuthMethod

Indicates how to authorize and/or authenticate devices to access the gateway.

Implementation

@$pb.TagNumber(2)
GatewayAuthMethod get gatewayAuthMethod => $_getN(1);
  1. @TagNumber(2)
void gatewayAuthMethod=(GatewayAuthMethod v)

Implementation

@$pb.TagNumber(2)
set gatewayAuthMethod(GatewayAuthMethod v) { setField(2, v); }