Available on crate feature
v2_2_1 only.Expand description
The Credentials module of OCPI 2.2.1, as a delta from
v2_3_0::credentials.
Two differences, both about hubs:
- there is no
hub_party_id— a hub identifies itself with theHUBRoleinstead, which 2.3.0 removed; - a hub’s
roleslist does not include the parties reachable through it, which is what 2.3.0’s note about Roaming Hubs changed.
Spec: 2.2.1 §credentials_credentials_endpoint
Structs§
- Credentials
- The credentials one platform gives another, in OCPI 2.2.1.
- Credentials
Builder - Use builder syntax to set the inputs and finish with
build(). - Credentials
Role - One role a platform provides, with the party that fills it, in OCPI 2.2.1.
- Credentials
Role Builder - Use builder syntax to set the inputs and finish with
build().