oauthAppLinkId property
viam internal ID which maps to an external oauth app
Implementation
@$pb.TagNumber(1)
$core.String get oauthAppLinkId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set oauthAppLinkId($core.String v) { $_setString(0, v); }