Merge multiple partial configs into one. Later sources override earlier ones.
Only fields that are explicitly present (not undefined) in a source
override the corresponding field from earlier sources. The
AuthProviderValues record is shallow-merged (keys from later sources
override keys from earlier sources, but unmentioned keys are preserved).
Merge multiple partial configs into one. Later sources override earlier ones.
Only fields that are explicitly present (not
undefined) in a source override the corresponding field from earlier sources. TheAuthProviderValuesrecord is shallow-merged (keys from later sources override keys from earlier sources, but unmentioned keys are preserved).