GoogleCloudIdentitytoolkitV1IssueSamlResponseResponse.fromJson constructor

GoogleCloudIdentitytoolkitV1IssueSamlResponseResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitV1IssueSamlResponseResponse.fromJson(core.Map json_)
    : this(
        acsEndpoint: json_['acsEndpoint'] as core.String?,
        email: json_['email'] as core.String?,
        firstName: json_['firstName'] as core.String?,
        isNewUser: json_['isNewUser'] as core.bool?,
        lastName: json_['lastName'] as core.String?,
        relayState: json_['relayState'] as core.String?,
        samlResponse: json_['samlResponse'] as core.String?,
      );