Azure Active Directory Validation Response
data class AzureActiveDirectoryValidationResponse(val allowedAudiences: List<String>? = null, val jwtClaimChecks: JwtClaimChecksResponse? = null)
The configuration settings of the Azure Active Directory token validation flow.