AccessTokenAuthentication interface
The environment authentication details
- Extends
Properties
| access |
The access token that will be used while authenticating with the onboarded environment |
| authentication |
The authentication type |
| username | The user name that will be used while authenticating with the onboarded environment |
Property Details
accessToken
The access token that will be used while authenticating with the onboarded environment
accessToken?: string
Property Value
string
authenticationType
The authentication type
authenticationType: "AccessToken"
Property Value
"AccessToken"
username
The user name that will be used while authenticating with the onboarded environment
username?: string
Property Value
string