clientId property

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

The unique OAuth2/OIDC client_id used for authentication of the application, e.g. at the token endpoint.

Implementation

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

Implementation

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