AccessTokenAuthenticationResponse

data class AccessTokenAuthenticationResponse(val accessToken: String? = null, val authenticationType: String, val username: String? = null)

The environment authentication details

Constructors

Link copied to clipboard
constructor(accessToken: String? = null, authenticationType: String, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessToken: String? = null

The access token that will be used while authenticating with the onboarded environment

Link copied to clipboard

The authentication type Expected value is 'AccessToken'.

Link copied to clipboard
val username: String? = null

The user name that will be used while authenticating with the onboarded environment