logo
pub fn auth_types_for_event(
    kind: &RoomEventType,
    sender: &UserId,
    state_key: Option<&str>,
    content: &RawValue
) -> Result<Vec<(StateEventType, String), Global>, Error>
Available on crate feature state-res only.
Expand description

For the given event kind what are the relevant auth events that are needed to authenticate this content.

Errors

This function will return an error if the supplied content is not a JSON object.