Derive Macro Apiv2Security
#[derive(Apiv2Security)]
{
// Attributes available to this derive:
#[openapi]
}
Expand description
Marker attribute for indicating that an object forbids public access to operation (for example AccessToken).
#[derive(Apiv2Security)]
{
// Attributes available to this derive:
#[openapi]
}
Marker attribute for indicating that an object forbids public access to operation (for example AccessToken).