WorkdayProfile constructor

WorkdayProfile({
  1. String? host,
  2. OauthRefreshTokenCredentials? oauthRefreshTokenCredentials,
  3. String? tenant,
})

Implementation

WorkdayProfile({this.host, this.oauthRefreshTokenCredentials, this.tenant});