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