clientId property

String? clientId

The ID of the client we are authenticating as.

May be null, if and only if we are marked as a trusted source on the server side.

Implementation

String? get clientId => _clientId;