Available on crate feature
experimental-oidc
only.Expand description
Helpers types to use scopes.
Structs§
- Invalid
Scope - The error type returned when a scope is invalid.
- Scope
- A scope.
Enums§
- Matrix
ApiScope Token - Tokens to define the scope of an access to the Matrix Client-Server API.
- Scope
Token - Tokens to define the scope of an access token or to request specific claims.
Traits§
- Scope
Ext - Helpers for
Scope
to work withScopeToken
.