Module scope

Source
Available on crate feature experimental-oidc only.
Expand description

Helpers types to use scopes.

Structs§

InvalidScope
The error type returned when a scope is invalid.
Scope
A scope.

Enums§

MatrixApiScopeToken
Tokens to define the scope of an access to the Matrix Client-Server API.
ScopeToken
Tokens to define the scope of an access token or to request specific claims.

Traits§

ScopeExt
Helpers for Scope to work with ScopeToken.