Skip to main content

Module credentials

Module credentials 

Source
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 the HUB Role instead, which 2.3.0 removed;
  • a hub’s roles list 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.
CredentialsBuilder
Use builder syntax to set the inputs and finish with build().
CredentialsRole
One role a platform provides, with the party that fills it, in OCPI 2.2.1.
CredentialsRoleBuilder
Use builder syntax to set the inputs and finish with build().