Global Validation Response
data class GlobalValidationResponse(val excludedPaths: List<String>? = null, val redirectToProvider: String? = null, val unauthenticatedClientAction: String? = null)
The configuration settings that determines the validation flow of users using ContainerApp Service Authentication/Authorization.
Constructors
Link copied to clipboard
fun GlobalValidationResponse(excludedPaths: List<String>? = null, redirectToProvider: String? = null, unauthenticatedClientAction: String? = null)