GenerateIdTokenResponse constructor

GenerateIdTokenResponse({
  1. String? token,
})

Implementation

GenerateIdTokenResponse({
  this.token,
});