UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

13 lines (12 loc) 409 B
export interface AzureActiveDirectoryDefaultAuthentication { /** * This uses DefaultAzureCredential from @azure/identity to try multiple methods of authentication */ type: "azure-active-directory-default"; options: { /** * The clientId of the user you want to log in with, mapped to the managedIdentityClientId in tedious */ clientId?: string; }; }