AllowedAudiencesValidationResponse

data class AllowedAudiencesValidationResponse(val allowedAudiences: List<String>? = null)

The configuration settings of the Allowed Audiences validation flow.

Constructors

Link copied to clipboard
constructor(allowedAudiences: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration settings of the allowed list of audiences from which to validate the JWT token.