Struct parsec_interface::operations::list_authenticators::Result
source · 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.