Docs.rs
tame-oauth-0.10.0
tame-oauth 0.10.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
embark-studios
Dependencies
data-encoding ^2.4
normal
http ^1.1
normal
ring ^0.17
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
twox-hash ^1.5.0
normal
url ^2.2
normal
optional
bytes ^1.4
dev
reqwest ^0.12
dev
tokio ^1.0
dev
Versions
60.94%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tame_
oauth
0.10.0
Cacheable
Token
Required Methods
has_expired
Implementors
In tame_
oauth::
token_
cache
tame_oauth
::
token_cache
Trait
CacheableToken
Copy item path
Source
pub trait CacheableToken { // Required method fn
has_expired
(&self) ->
bool
; }
Required Methods
§
Source
fn
has_expired
(&self) ->
bool
Implementors
§
Source
§
impl
CacheableToken
for
IdToken
Source
§
impl
CacheableToken
for
Token