Linked Integration Runtime Key Authorization Response
data class LinkedIntegrationRuntimeKeyAuthorizationResponse(val authorizationType: String, val key: SecureStringResponse)
The key authorization type integration runtime.
Constructors
Link copied to clipboard
fun LinkedIntegrationRuntimeKeyAuthorizationResponse(authorizationType: String, key: SecureStringResponse)