Skip to content

Commit

Permalink
Removed initial value from Audience in AudienceValidationResult.
Browse files Browse the repository at this point in the history
  • Loading branch information
iNinja committed Jun 19, 2024
1 parent 5ca7eea commit 446bfbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ public override Exception Exception
/// <summary>
/// Gets the audience that was validated or intended to be validated.
/// </summary>
public string Audience { get; } = "null";
public string Audience { get; };

Check failure on line 66 in src/Microsoft.IdentityModel.Tokens/Validation/AudienceValidationResult.cs

View workflow job for this annotation

GitHub Actions / Wilson GitHub Action Test

Semicolon after method or accessor block is not valid

Check failure on line 66 in src/Microsoft.IdentityModel.Tokens/Validation/AudienceValidationResult.cs

View workflow job for this annotation

GitHub Actions / Wilson GitHub Action Test

Semicolon after method or accessor block is not valid

Check failure on line 66 in src/Microsoft.IdentityModel.Tokens/Validation/AudienceValidationResult.cs

View workflow job for this annotation

GitHub Actions / Wilson GitHub Action Test

Semicolon after method or accessor block is not valid

Check failure on line 66 in src/Microsoft.IdentityModel.Tokens/Validation/AudienceValidationResult.cs

View workflow job for this annotation

GitHub Actions / Wilson GitHub Action Test

Semicolon after method or accessor block is not valid

Check failure on line 66 in src/Microsoft.IdentityModel.Tokens/Validation/AudienceValidationResult.cs

View workflow job for this annotation

GitHub Actions / Wilson GitHub Action Test

Semicolon after method or accessor block is not valid

Check failure on line 66 in src/Microsoft.IdentityModel.Tokens/Validation/AudienceValidationResult.cs

View workflow job for this annotation

GitHub Actions / Wilson GitHub Action Test

Semicolon after method or accessor block is not valid
}
}

0 comments on commit 446bfbd

Please sign in to comment.