Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureDevOpsAPICredentials

Azure DevOps API credentials.

Hierarchy

  • AzureDevOpsAPICredentials

Index

Properties

organization

organization: string

The name of the organization.

pat

pat: string

The personal access token.

toBase64

toBase64: function

Creates a Base64 string for 'Authorization' HTTP header, e.g.

Type declaration

    • (): string
    • Returns string

username

username: string

The username / email

Generated using TypeDoc