[][src]Trait aliri_oauth2::HasScopes

pub trait HasScopes {
    fn scopes(&self) -> &Scopes { ... }
}

Indicates that the type has OAuth2 scopes

Provided methods

fn scopes(&self) -> &Scopes

Scopes

Scopes claimed by the underlying token, generally in the scope claim.

Loading content...

Implementations on Foreign Types

impl HasScopes for Empty[src]

Loading content...

Implementors

impl HasScopes for Scopes[src]

Loading content...