CoreOAuth.fromConfig constructor

CoreOAuth.fromConfig(
  1. Config config
)

Implementation

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