Available on crate feature
transport only.Expand description
Credentials tokens: the Authorization: Token <base64> header, done carefully.
Structs§
- Credentials
Token - A credentials token: the shared secret two platforms authenticate each other with.
- Invalid
Token - Why a string is not a usable credentials token.
Enums§
- Token
Role - Which token of the registration handshake a value is.
Constants§
- TOKEN_
PREFIX - The
Authorizationheader value prefix OCPI uses.