serverClientId property

String? serverClientId
final

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:

Implementation

final String? serverClientId;