pub trait HasKeys { // Required method fn get_keys(&self) -> Option<Vec<JWK>>; }
Extracts keys (JWK) from a type.
JWK
Gets keys.