Skip to content

Commit

Permalink
update api view
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya committed Apr 25, 2024
1 parent 5a20b8f commit 3ea025e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/identity/identity/review/identity.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export interface AzureDeveloperCliCredentialOptions extends MultiTenantTokenCred
tenantId?: string;
}

// @public (undocumented)
// @public
export class AzurePipelinesServiceConnectionCredential implements TokenCredential {
constructor(clientId: string, tenantId: string, serviceConnectionId: string, options?: AzurePipelinesServiceConnectionCredentialOptions);
getToken(scopes: string | string[], options?: GetTokenOptions): Promise<AccessToken>;
Expand Down

0 comments on commit 3ea025e

Please sign in to comment.