GoogleCloudIdentitytoolkitV1IssueSamlResponseRequest.fromJson constructor
GoogleCloudIdentitytoolkitV1IssueSamlResponseRequest.fromJson(
- Map json_
Implementation
GoogleCloudIdentitytoolkitV1IssueSamlResponseRequest.fromJson(core.Map json_)
: this(
idToken: json_['idToken'] as core.String?,
rpId: json_['rpId'] as core.String?,
samlAppEntityId: json_['samlAppEntityId'] as core.String?,
);