toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final idToken = this.idToken;
final rpId = this.rpId;
final samlAppEntityId = this.samlAppEntityId;
return {
'idToken': ?idToken,
'rpId': ?rpId,
'samlAppEntityId': ?samlAppEntityId,
};
}