CredentialPolicyCreator type
A factory function that creates a new CredentialPolicy that uses the provided nextPolicy.
type CredentialPolicyCreator = (
nextPolicy: RequestPolicy,
options: RequestPolicyOptions
) => CredentialPolicy