IdentitytoolkitRelyingpartyVerifyCustomTokenRequest.fromJson constructor

IdentitytoolkitRelyingpartyVerifyCustomTokenRequest.fromJson(
  1. Map json_
)

Implementation

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