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