Struct yup_oauth2::NullStorage[][src]

pub struct NullStorage;

A storage that remembers nothing.

Trait Implementations

impl Default for NullStorage
[src]

Returns the "default value" for a type. Read more

impl TokenStorage for NullStorage
[src]

If token is None, it is invalid or revoked and should be removed from storage. Otherwise, it should be saved. Read more

A None result indicates that there is no token for the given scope_hash.

Auto Trait Implementations

impl Send for NullStorage

impl Sync for NullStorage