Skip to main content
Ctrl+K
Atoti Python SDK 0.9.5 documentation - Home Atoti Python SDK 0.9.5 documentation - Home
  • Getting Started
  • Deployment
  • How to
  • Reference
  • Changelog
  • GitHub
  • LinkedIn
  • Medium
  • Getting Started
  • Deployment
  • How to
  • Reference
  • Changelog
  • GitHub
  • LinkedIn
  • Medium

Section Navigation

  • API
    • atoti
      • Aggregation functions
        • count_distinct()
        • long()
        • max()
        • max_member()
        • mean()
        • median()
        • min()
        • min_member()
        • prod()
        • quantile()
        • short()
        • single_value()
        • square_sum()
        • std()
        • sum()
        • sum_product()
        • var()
      • AggregateCache
      • AggregateProvider
      • App extensions
      • Array functions
        • len()
        • max()
        • mean()
        • min()
        • n_greatest()
        • n_greatest_indices()
        • n_lowest()
        • n_lowest_indices()
        • negative_values()
        • nth_greatest()
        • nth_lowest()
        • positive_values()
        • prefix_sum()
        • prod()
        • quantile()
        • quantile_index()
        • replace()
        • sort()
        • std()
        • sum()
        • var()
      • Authentication
        • Authenticate
        • BasicAuthentication
        • ClientCertificate
        • OAuth2ResourceOwnerPasswordAuthentication
        • TokenAuthentication
      • ClientSideEncryptionConfig
      • ClusterDefinition
      • Column
        • data_type
        • default_value
        • isin()
        • isnull()
        • name
      • Session config
        • BasicAuthenticationConfig
        • BrandingConfig
        • ClientCertificateConfig
        • HttpsConfig
        • I18nConfig
        • JwtConfig
        • KerberosConfig
        • LdapConfig
        • LoggingConfig
        • OidcConfig
        • SecurityConfig
        • SessionConfig
      • Cube
        • aggregate_cache
        • aggregate_providers
        • application_name
        • create_date_hierarchy()
        • create_parameter_hierarchy_from_column()
        • create_parameter_hierarchy_from_members()
        • create_parameter_simulation()
        • hierarchies
        • levels
        • measures
        • name
        • query()
        • query_cube_ids
        • restrictions
        • shared_context
      • Cubes
      • Data load
        • CsvLoad
        • DataLoad
        • ParquetLoad
      • Data stream
        • DataStream
      • DirectQuery
        • Array conversion
        • ExternalColumn
        • ExternalDatabaseConnection
        • ExternalTable
        • ExternalTables
      • Distribution
        • Cluster
        • Clusters
        • QueryCube
        • QueryCubeDefinition
        • QueryCubes
        • QuerySession
      • Distribution protocols
        • DiscoveryProtocol
      • Experimental features
        • Experimental aggregation functions
        • Experimental finance functions
        • Experimental statistics functions
      • General functions
        • at()
        • date_diff()
        • date_shift()
        • filter()
        • first()
        • last()
        • lookup()
        • parent_value()
        • rank()
        • shift()
        • switch()
        • total()
        • where()
      • Hierarchies
      • Hierarchy
        • dimension
        • dimension_default
        • isin()
        • name
        • slicing
        • virtual
        • visible
      • KeyPair
      • Level
        • data_type
        • dimension
        • hierarchy
        • isin()
        • isnull()
        • name
        • order
      • Levels
      • mapping_lookup()
      • Math functions
        • abs()
        • ceil()
        • cos()
        • erf()
        • erfc()
        • exp()
        • floor()
        • isnan()
        • log()
        • log10()
        • max()
        • min()
        • round()
        • sin()
        • sqrt()
        • tan()
      • MdxQueryResult
        • style
      • Measure
        • data_type
        • description
        • folder
        • formatter
        • isin()
        • isnull()
        • name
        • visible
      • Measures
      • Level order
        • CustomOrder
        • NaturalOrder
      • Custom endpoint
        • HttpRequest
        • User
      • Aggregation scope
        • CumulativeScope
        • OriginScope
        • SiblingsScope
      • Security
        • BasicAuthenticationSecurity
        • DefaultRoles
        • KerberosSecurity
        • LdapSecurity
        • OidcSecurity
        • RoleMapping
        • Security
      • Session
        • add_external_table()
        • close()
        • clusters
        • connect
        • connect_to_external_database()
        • create_cube()
        • create_scenario()
        • create_table()
        • cubes
        • data_model_transaction()
        • delete_scenario()
        • endpoint()
        • export_translations_template()
        • link
        • logs_path
        • query_mdx()
        • read_arrow()
        • read_csv()
        • read_pandas()
        • read_parquet()
        • ready
        • scenarios
        • security
        • start
        • tables
        • url
        • wait()
        • widget
      • String functions
        • concat()
      • Table
        • drop()
        • head()
        • join()
        • keys
        • load()
        • load_async()
        • name
        • query()
        • row_count
        • scenario
        • scenarios
        • stream()
      • Tables
        • data_transaction()
        • infer_data_types()
        • owners
        • readers
        • restrictions
        • schema
      • Data types
    • atoti-aws
      • Client side encryption
        • KeyPair
        • KmsConfig
      • S3PingDiscoveryProtocol
    • atoti-azure
      • Client side encryption
        • KeyPair
    • atoti-directquery-bigquery
      • ConnectionConfig
      • TableConfig
    • atoti-directquery-clickhouse
      • ConnectionConfig
      • TableConfig
    • atoti-directquery-databricks
      • ConnectionConfig
      • TableConfig
    • atoti-directquery-jdbc
      • ConnectionConfig
      • TableConfig
    • atoti-directquery-mssql
      • ConnectionConfig
      • TableConfig
    • atoti-directquery-redshift
      • ConnectionConfig
      • TableConfig
    • atoti-directquery-snowflake
      • ConnectionConfig
      • TableConfig
    • atoti-directquery-synapse
      • ConnectionConfig
      • TableConfig
    • atoti-gcp
    • atoti-jdbc
      • Drivers
      • JdbcLoad
      • JdbcPingDiscoveryProtocol
      • UserContentStorageConfig
    • atoti-kafka
      • KafkaStream
    • atoti-jupyterlab
  • Reference
  • API
  • atoti
  • Authentication
  • atoti.Authenticate

atoti.Authenticate#

class atoti.Authenticate#

Called with the URL of a request and return the HTTP headers necessary to authenticate it.

There are some built-in implementations:

  • atoti.BasicAuthentication

  • atoti.OAuth2ResourceOwnerPasswordAuthentication

  • atoti.TokenAuthentication

previous

Authentication

next

atoti.BasicAuthentication

EULA Privacy policy Terms of Use Contact