apiKeyId property

String apiKeyId

The API key ID decoded from the apiKey. This is an internal function, and is not meant to be used by consumers of the SDK.

Implementation

String get apiKeyId {
  return _splitToken.last;
}