CoreOAuth.fromConfig constructor
CoreOAuth.fromConfig(
- Config config
Implementation
factory CoreOAuth.fromConfig(Config config) =>
config.isStub ? MockCoreOAuth() : getOAuthConfig(config);
factory CoreOAuth.fromConfig(Config config) =>
config.isStub ? MockCoreOAuth() : getOAuthConfig(config);