AzureClientSecretCredential
Home > @backstage/integration
> AzureClientSecretCredential
A client secret credential that was generated for an App Registration.
Signature:
export type AzureClientSecretCredential = AzureCredentialBase & {
kind: 'ClientSecret';
tenantId: string;
clientId: string;
clientSecret: string;
};
References: AzureCredentialBase