Skip to main content

validate_auth_response

Function validate_auth_response 

Source
pub fn validate_auth_response(
    method: &str,
    payload: &[u8],
    auth_store: Option<&AuthStore>,
) -> AuthOutcome
Expand description

Validate the AuthResponse payload for the chosen method.