selector(_:)

Use the list of credential providers supplied to get credentials.

CredentialProvider.swift:181
static func selector(_ providers: CredentialProviderFactory...) -> CredentialProviderFactory

When searching for credentials it will go through the list sequentially and the first credential provider that returns valid credentials will be used.