Docs.rs
oauth2-types-0.11.0
oauth2-types 0.11.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sandhose
Dependencies
chrono ^0.4.38
normal
data-encoding ^2.6.0
normal
http ^1.1.0
normal
language-tags ^0.3.2
normal
mas-iana =0.11.0
normal
mas-jose =0.11.0
normal
serde ^1.0.209
normal
serde_json ^1.0.127
normal
serde_with ^3.9.0
normal
sha2 ^0.10.8
normal
thiserror ^1.0.63
normal
url ^2.5.2
normal
assert_matches ^1.5.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
oauth2_
types
0.11.0
Module scope
Module Items
Structs
Constants
In crate oauth2_
types
oauth2_types
Module
scope
Copy item path
Source
Expand description
Types to define an
access token’s scope
.
Structs
§
Invalid
Scope
The error type returned when a scope is invalid.
Scope
A scope.
Scope
Token
A scope token or scope value.
Constants
§
ADDRESS
address
.
EMAIL
email
.
OFFLINE_
ACCESS
offline_access
.
OPENID
openid
.
PHONE
phone
.
PROFILE
profile
.