pub fn resolve_alternatives<'a>(
op_security: &'a OpSecurity,
schemes: &'a [SchemeInfo],
) -> Vec<&'a SchemeInfo>Expand description
Returns the scheme infos referenced by an op’s alternatives, in declaration order.
pub fn resolve_alternatives<'a>(
op_security: &'a OpSecurity,
schemes: &'a [SchemeInfo],
) -> Vec<&'a SchemeInfo>Returns the scheme infos referenced by an op’s alternatives, in declaration order.