Skip to main content

validate_handle_grant_response

Function validate_handle_grant_response 

Source
pub fn validate_handle_grant_response(
    input: &str,
    expected_request_id: &str,
    expected_runtime_generation_id: &str,
    expected_handle_id: &str,
    expected_method: &str,
    expected_resource_scope: &NetworkResourceScope,
) -> IpcResult<()>