SamlSpConfig.fromJson constructor
SamlSpConfig.fromJson(
- Map json_
Implementation
SamlSpConfig.fromJson(core.Map json_)
: this(
assertionConsumerServiceUri:
json_['assertionConsumerServiceUri'] as core.String?,
entityId: json_['entityId'] as core.String?,
);