HybridFlowResult constructor
HybridFlowResult(
- BrowserOAuth2Flow _flow,
- AccessCredentials credentials,
- String? authorizationCode
Implementation
HybridFlowResult(this._flow, this.credentials, this.authorizationCode);