GoogleCloudIdentitytoolkitAdminV2OAuthResponseType.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2OAuthResponseType.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitAdminV2OAuthResponseType.fromJson(core.Map json_)
    : this(
        code: json_['code'] as core.bool?,
        idToken: json_['idToken'] as core.bool?,
        token: json_['token'] as core.bool?,
      );