GoogleCloudIdentitytoolkitAdminV2OAuthResponseType constructor

GoogleCloudIdentitytoolkitAdminV2OAuthResponseType({
  1. bool? code,
  2. bool? idToken,
  3. bool? token,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2OAuthResponseType({
  this.code,
  this.idToken,
  this.token,
});