pub async fn authenticators_totp_list(
configuration: &Configuration,
name: Option<&str>,
ordering: Option<&str>,
page: Option<i32>,
page_size: Option<i32>,
search: Option<&str>,
) -> Result<PaginatedTotpDeviceList, Error<AuthenticatorsTotpListError>>
Expand description
Viewset for totp authenticator devices