GoogleCloudIdentitytoolkitV2RevokeTokenRequest.fromJson constructor

GoogleCloudIdentitytoolkitV2RevokeTokenRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitV2RevokeTokenRequest.fromJson(core.Map json_)
  : this(
      idToken: json_['idToken'] as core.String?,
      providerId: json_['providerId'] as core.String?,
      redirectUri: json_['redirectUri'] as core.String?,
      tenantId: json_['tenantId'] as core.String?,
      token: json_['token'] as core.String?,
      tokenType: json_['tokenType'] as core.String?,
    );