pub fn parse_eab(
server_configuration: &ServerConfiguration,
) -> Result<Option<Arc<ExternalAccountKey>>, Error>Expand description
Parses the External Account Binding (EAB) key and secret from the server configuration.
pub fn parse_eab(
server_configuration: &ServerConfiguration,
) -> Result<Option<Arc<ExternalAccountKey>>, Error>Parses the External Account Binding (EAB) key and secret from the server configuration.