toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (idToken != null) 'idToken': idToken!,
  if (rpId != null) 'rpId': rpId!,
  if (samlAppEntityId != null) 'samlAppEntityId': samlAppEntityId!,
};