Access Token Authentication Response
data class AccessTokenAuthenticationResponse(val accessToken: String? = null, val authenticationType: String, val username: String? = null)
The environment authentication details