GoogleCloudIdentitytoolkitAdminV2ForwardInboundCredentials constructor

GoogleCloudIdentitytoolkitAdminV2ForwardInboundCredentials({
  1. bool? accessToken,
  2. bool? idToken,
  3. bool? refreshToken,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2ForwardInboundCredentials({
  this.accessToken,
  this.idToken,
  this.refreshToken,
});