pub trait OAuthScopes { fn meta() -> Vec<MetaOAuthScope>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where A: Allocator, ; fn name(&self) -> &'static str; }
impl<A> Write for Vec<u8, A> where A: Allocator,
Represents a OAuth scopes.
Gets metadata of this object.
Get the scope name.