Skip to main content

totp_verification_get

Function totp_verification_get 

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