Skip to main content

auth_reauthenticate

Function auth_reauthenticate 

Source
pub async fn auth_reauthenticate(
    password: String,
    device_id: String,
    auth_manager: State<'_, AuthManagerWrapper>,
) -> Result<AuthResult, String>
Expand description

Re-authenticate with password (when session expired)