clientId property
The unique OAuth2/OIDC client_id used for authentication of the application, e.g. at the token endpoint.
Implementation
@$pb.TagNumber(1)
$core.String get clientId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set clientId($core.String value) => $_setString(0, value);