credentials.ts 226 B

1234
  1. // Copyright (c) Microsoft Corporation. All rights reserved.
  2. // Licensed under the MIT License. See License.txt in the project root for license information.
  3. export type Authenticator = (challenge: object) => Promise<string>;