Secret Auth Info Response
data class SecretAuthInfoResponse(val authType: String, val name: String? = null, val secret: String? = null)
The authentication info when authType is secret
The authentication info when authType is secret