oauthAppLinkId property

  1. @TagNumber(1)
String oauthAppLinkId

viam internal ID which maps to an external oauth app

Implementation

@$pb.TagNumber(1)
$core.String get oauthAppLinkId => $_getSZ(0);
  1. @TagNumber(1)
void oauthAppLinkId=(String v)

Implementation

@$pb.TagNumber(1)
set oauthAppLinkId($core.String v) { $_setString(0, v); }