pub fn credentials(
token: &str,
versions_url: &str,
) -> Result<Credentials, InvalidString>Available on crate feature
testkit only.Expand description
A credentials object for a CPO platform.
ยงErrors
Returns InvalidString if the values are not usable, which cannot happen.