Skip to main content

Module access_token

Module access_token 

Source
Expand description

Contains different implementations for AccessToken trait.

Structs§

Bearer
Bearer can be used as AccessToken for bearer authorization (‘authorization: Bearer f0596451-af4d-40f4-a290-b5e8372c110b’).

Traits§

AccessToken
Trait which can be used for implementing custom access token.