AccessGroupIncludeExternalEvaluation

data class AccessGroupIncludeExternalEvaluation(val evaluateUrl: String? = null, val keysUrl: String? = null)

Constructors

Link copied to clipboard
constructor(evaluateUrl: String? = null, keysUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val evaluateUrl: String? = null

The API endpoint containing your business logic.

Link copied to clipboard
val keysUrl: String? = null

The API endpoint containing the key that Access uses to verify that the response came from your API.