toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final clientKey = this.clientKey;
  final jwtClaims = this.jwtClaims;
  return {'clientKey': ?clientKey, 'jwtClaims': ?jwtClaims};
}