Struct parsec_interface::operations::list_authenticators::Result [−][src]
pub struct Result { pub authenticators: Vec<AuthenticatorInfo>, }
Expand description
Native object for authenticator listing result.
Fields
authenticators: Vec<AuthenticatorInfo>
A list of AuthenticatorInfo
structures, one for each authenticator available in
the service.