src/Config/ObjectModel/JwtOptions.cs (
2
lines of code) (
raw
):
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace Azure.DataApiBuilder.Config.ObjectModel; public record JwtOptions(string? Audience, string? Issuer);