GoogleCloudIdentitytoolkitV1SignInWithCustomTokenRequest.fromJson constructor

GoogleCloudIdentitytoolkitV1SignInWithCustomTokenRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitV1SignInWithCustomTokenRequest.fromJson(
    core.Map json_)
    : this(
        delegatedProjectNumber:
            json_['delegatedProjectNumber'] as core.String?,
        instanceId: json_['instanceId'] as core.String?,
        returnSecureToken: json_['returnSecureToken'] as core.bool?,
        tenantId: json_['tenantId'] as core.String?,
        token: json_['token'] as core.String?,
      );