Trait poem_openapi::OAuthScopes
source · pub trait OAuthScopes {
fn meta() -> Vec<MetaOAuthScope> ⓘ;
fn name(&self) -> &'static str;
}
Expand description
Represents a OAuth scopes.
pub trait OAuthScopes {
fn meta() -> Vec<MetaOAuthScope> ⓘ;
fn name(&self) -> &'static str;
}
Represents a OAuth scopes.