resolve_client

Function resolve_client 

Source
pub fn resolve_client(
    cfg: &ServiceOAuthConfig,
    byo: Option<&ByoCredentials>,
) -> Result<(String, Option<String>), String>
Expand description

Resolve the effective client id: BYO overrides the built-in. Returns an error string when neither is available (the “not configured” gate) or when a secret-mandatory provider is missing its BYO secret.