KeyCloakMTLSAliases

data class KeyCloakMTLSAliases(val token_endpoint: String?, val revocation_endpoint: String?, val introspection_endpoint: String?, val device_authorization_endpoint: String?, val registration_endpoint: String?, val userinfo_endpoint: String?, val pushed_authorization_request_endpoint: String?, val backchannel_authentication_endpoint: String?)

Constructors

Link copied to clipboard
constructor(token_endpoint: String?, revocation_endpoint: String?, introspection_endpoint: String?, device_authorization_endpoint: String?, registration_endpoint: String?, userinfo_endpoint: String?, pushed_authorization_request_endpoint: String?, backchannel_authentication_endpoint: String?)