Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ContainerRegistryTokenService

Package version

Hierarchy

  • ContainerRegistryTokenService

Index

Constructors

constructor

Methods

ExchangeAadAccessTokenForAcrRefreshTokenAsync

  • ExchangeAadAccessTokenForAcrRefreshTokenAsync(aadAccessToken: string, service: string, options: GetTokenOptions): Promise<AccessToken>

ExchangeAcrRefreshTokenForAcrAccessTokenAsync

  • ExchangeAcrRefreshTokenForAcrAccessTokenAsync(acrRefreshToken: string, service: string, scope: string, grantType: "refresh_token" | "password", options: GetTokenOptions): Promise<string>

Generated using TypeDoc