toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (audiences != null) 'audiences': audiences!,
  if (authorizationUrl != null) 'authorizationUrl': authorizationUrl!,
  if (id != null) 'id': id!,
  if (issuer != null) 'issuer': issuer!,
  if (jwksUri != null) 'jwksUri': jwksUri!,
  if (jwtLocations != null) 'jwtLocations': jwtLocations!,
};