pub type UiaaKey = (OwnedUserId, OwnedDeviceId, UiaaSessionId);Expand description
Identifies the exact UIAA session that owns a validated threepid.
Owned components let the durable claim key outlive an individual request.
pub type UiaaKey = (OwnedUserId, OwnedDeviceId, UiaaSessionId);Identifies the exact UIAA session that owns a validated threepid.
Owned components let the durable claim key outlive an individual request.