HybridFlowResult constructor

HybridFlowResult(
  1. BrowserOAuth2Flow _flow,
  2. AccessCredentials credentials,
  3. String? authorizationCode
)

Implementation

HybridFlowResult(this._flow, this.credentials, this.authorizationCode);