Skip to content

Commit

Permalink
Make ManagedIdentitySourceType enum public
Browse files Browse the repository at this point in the history
  • Loading branch information
Avery-Dunn committed Jul 25, 2024
1 parent 9374a3a commit 5663261
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

package com.microsoft.aad.msal4j;

enum ManagedIdentitySourceType {
public enum ManagedIdentitySourceType {
// Default.
NONE,
// The source used to acquire token for managed identity is IMDS.
Expand Down

0 comments on commit 5663261

Please sign in to comment.