Struct poem_openapi::auth::ApiKey
source · pub struct ApiKey {
pub key: String,
}Expand description
Used to extract the Api Key from the request.
Fields§
§key: StringApi key
pub struct ApiKey {
pub key: String,
}Used to extract the Api Key from the request.
key: StringApi key