logo
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; }
Expand description

Represents a OAuth scopes.

Required Methods

Gets metadata of this object.

Get the scope name.

Implementors