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