GoogleCloudIdentitytoolkitV1IssueSamlResponseRequest.fromJson constructor

GoogleCloudIdentitytoolkitV1IssueSamlResponseRequest.fromJson(
  1. 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?,
      );