Skip to main content

get_sync_source

Function get_sync_source 

Source
pub fn get_sync_source<'a>(
    tenant_tag: &str,
    audience_tag: Option<&'a str>,
    issuer_tag: &'a str,
) -> &'a str
Expand description

Determine sync source based on action context

If audienceTag is set and we’re not the audience, sync from audience. Otherwise sync from issuer.