$ToolAuthenticationBearerTokenConfig constructor

$ToolAuthenticationBearerTokenConfig({
  1. String? secretVersionForToken,
  2. String? token,
})

Implementation

$ToolAuthenticationBearerTokenConfig({
  this.secretVersionForToken,
  this.token,
});