CredentialsFor<T>: {
    [K in CredentialNames<T>]: string
}

Creates a type mapping credential names to their string values.

Type Parameters

  • T

    The type containing credential requirements.