Skip to content

Commit

Permalink
Merge pull request #845 from AzureAD/avdunn/enum-fix
Browse files Browse the repository at this point in the history
Make ManagedIdentitySourceType enum public
  • Loading branch information
Avery-Dunn authored Jul 26, 2024
2 parents 006abce + 5663261 commit 7e08f32
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 7e08f32

Please sign in to comment.