Skip to main content

submit_totp

Function submit_totp 

Source
async fn submit_totp(
    client_info: &ClientInfo,
    session_key: &AesKey,
    passcode: &str,
    rest: &RestClient,
) -> Result<(), OnePasswordError>
Expand description

Submits a TOTP code to v1/auth/mfa. The remember-me token in the response is ignored (one-shot import).