Skip to main content

post_two_factor_passcode

Function post_two_factor_passcode 

Source
pub async fn post_two_factor_passcode(
    configuration: &Configuration,
    two_factor_passcode_input: TwoFactorPasscodeInput,
) -> Result<LoginOutput, Error<PostTwoFactorPasscodeError>>