biscuit_key_from_string

Function biscuit_key_from_string 

Source
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.