Trait poem_openapi::OAuthScopes[][src]

pub trait OAuthScopes {
    fn meta() -> Vec<MetaOAuthScope>;
fn name(&self) -> &'static str; }
Expand description

Represents a OAuth scopes.

Required methods

Gets metadata of this object.

Get the scope name.

Implementors