Type Alias cryptoki::types::AuthPin

source ·
pub type AuthPin = SecretString;
Expand description

Secret wrapper for a Pin

Enable the serde feature to add support for Deserialize

Aliased Type§

struct AuthPin { /* private fields */ }