serverClientId property
The OAuth client ID of the backend server.
The default is null, which means that the server client ID will be sourced from a configuration file, if available and supported on the current platform. A value specified here takes precedence over a value specified in a configuration file.
See also:
- Platform Integration, where you can find the details about the configuration files.
Implementation
final String? serverClientId;