Docs.rs
  • gcp-bigquery-client-0.24.1
    • gcp-bigquery-client 0.24.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • lquerel
    • Dependencies
      • async-stream ^0.3.6 normal
      • async-trait ^0.1.83 normal
      • cloud-storage ^0.11.1 normal optional
      • dyn-clone ^1.0.17 normal
      • flate2 ^1.0 normal optional
      • hyper ^1.5.0 normal
      • hyper-util ^0.1.10 normal
      • log ^0.4.22 normal
      • prost ^0.13.3 normal
      • prost-types ^0.13.3 normal
      • reqwest ^0.12.9 normal
      • serde ^1.0.214 normal
      • serde_json ^1.0.132 normal
      • thiserror ^1.0.67 normal
      • time ^0.3.36 normal
      • tokio ^1.41.0 normal
      • tokio-stream ^0.1.16 normal
      • tonic ^0.12.3 normal
      • url ^2.5.3 normal
      • yup-oauth2 ^11 normal
      • fake ^2.9.2 dev
      • rand ^0.8.5 dev
      • tempfile ^3.13.0 dev
      • tokio-test ^0.4.4 dev
      • wiremock ^0.6.2 dev
      • tonic-build ^0.12.3 build
    • Versions
    • 74.31% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

gcp_bigquery_client0.24.1

Module auth

Module Items

  • Structs
  • Traits

In crate gcp_bigquery_client

gcp_bigquery_client

Module auth

Source
Expand description

Helpers to manage GCP authentication.

Structs§

  • ApplicationDefaultCredentialsAuthenticator
  • AuthorizedUserAuthenticator
  • InstalledFlowAuthenticator
  • ServiceAccountAuthenticator
    A service account authenticator.
  • WorkloadIdentityAccessToken

Traits§

  • Authenticator