Trait poem_openapi::OAuthScopes
source · pub trait OAuthScopes {
// Required methods
fn meta() -> Vec<MetaOAuthScope>;
fn name(&self) -> &'static str;
}
Expand description
Represents a OAuth scopes.
Required Methods§
Object Safety§
This trait is not object safe.