Function totp_verification_post
Source pub async fn totp_verification_post<Repo: Repository + Send + Sync, Search: SearchEngine + Send + Sync, Terminology: FHIRTerminology + Send + Sync>(
_: TOTPVerificationPOST,
__arg1: Query<TOTPVerificationQuery>,
uri: OriginalUri,
__arg3: CSRFToken,
__arg4: Cached<TenantIdentifier>,
__arg5: State<Arc<ServerState<Repo, Search, Terminology>>>,
__arg6: Cached<Session>,
__arg7: Form<TOTPVerificationPOSTBody>,
) -> Result<Response, OperationOutcomeError>