UNPKG

alapa

Version:

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

11 lines (10 loc) 297 B
export interface AzureActiveDirectoryAccessTokenAuthentication { type: "azure-active-directory-access-token"; options: { /** * A user need to provide `token` which they retrieved else where * to forming the connection. */ token: string; }; }