#[derive(ApiKey)]
{
// Attributes available to this derive:
#[pagination]
#[filter]
#[sort]
#[range]
}
Expand description
The derive macro #[derive(ApiKey)] is used to implement the Authorization trait for a struct.
The trait will add ApiKey authorization to the Api.