Docs.rs
cx-api-1.4.0
cx-api 1.4.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
coralogix-automation-golem
Dependencies
prost ^0.13
normal
prost-types ^0.13
normal
prost-wkt ^0.6
normal
prost-wkt-types ^0.6
normal
serde ^1
normal
tonic ^0.12
normal
prost-wkt-build ^0.6
build
tonic-build ^0.12
build
Versions
32.48%
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
cx_api
1.4.0
Module security_
scheme
Module Items
Enums
In cx_
api::
proto::
grpc::
gateway::
protoc_
gen_
openapiv2::
options
cx_api
::
proto
::
grpc
::
gateway
::
protoc_gen_openapiv2
::
options
Module
security_scheme
Copy item path
Source
Expand description
Nested message and enum types in
SecurityScheme
.
Enums
§
Flow
The flow used by the OAuth2 security scheme. Valid values are “implicit”, “password”, “application” or “accessCode”.
In
The location of the API key. Valid values are “query” or “header”.
Type
The type of the security scheme. Valid values are “basic”, “apiKey” or “oauth2”.