interface ConfigurationFactory {
    createConfiguration(): SportradarNflApi.Configuration | Promise<SportradarNflApi.Configuration>;
}

Methods