ServiceNowProfile constructor

ServiceNowProfile({
  1. String? instance,
  2. OauthClientCredentials? oauthClientCredentials,
  3. UserPasswordCredentials? userPasswordCredentials,
})

Implementation

ServiceNowProfile({
  this.instance,
  this.oauthClientCredentials,
  this.userPasswordCredentials,
});