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: String
Api key
pub struct ApiKey {
pub key: String,
}
Used to extract the Api Key from the request.
key: String
Api key