Module aliri_oauth2::oauth2[][src]

Expand description

OAuth2-specific

Structs

BasicClaimsWithScope

A convenience structure for payloads where the user only cares about the scope and other basic claims

Iter

An iterator over a set of borrowed scope tokens

Scope

An OAuth2 Scope defining a set of access permissions

ScopeToken

An OAuth2 scope token as defined in RFC 6749, Section 3.3

ScopeTokenRef

A borrowed reference to an OAuth2 ScopeToken

Enums

InvalidScopeToken

An invalid scope token

Traits

HasScope

Indicates that the type has an OAuth2 scope claim