clientId property

  1. @TagNumber.new(1)
String get clientId

The unique OAuth2 client_id used for authentication of the API, e.g. at the introspection endpoint.

Implementation

@$pb.TagNumber(1)
$core.String get clientId => $_getSZ(0);
  1. @TagNumber.new(1)
set clientId (String value)

Implementation

@$pb.TagNumber(1)
set clientId($core.String value) => $_setString(0, value);