pub trait OAuthScopes { fn meta() -> Vec<MetaOAuthScope> ⓘ; fn name(&self) -> &'static str; }
Represents a OAuth scopes.
Gets metadata of this object.
Get the scope name.