pub fn biscuit_key_from_string(key: String) -> Result<PublicKey, TokenError>Expand description
Takes a public key encoded as a string in the format “ed25519/…” or “secp256r1/…” and returns a PublicKey.
pub fn biscuit_key_from_string(key: String) -> Result<PublicKey, TokenError>Takes a public key encoded as a string in the format “ed25519/…” or “secp256r1/…” and returns a PublicKey.