Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Classes
Enumerations
Interfaces
TypeAliases

OAuthConfigResponse

Constructors

new OAuthConfigResponse(authUrl: String): OAuthConfigResponse

1
2
const oAuthConfigResponse = new OAuthConfigResponse(
  "string"
)

Properties

Property NameTypeDescription
authUrlString
upgradeAppArray<UpgradeAppConfiguration>

Methods

addUpgradeAppLink(__namedParameters: UpgradeAppInput): OAuthConfigResponse

1
2
const resp = oAuthConfigResponse.addUpgradeAppLink(
  {
    "orgName": "string",
    "shouldUpgrade": true,
    "url": "string"
  }
)

Build

build(): OAuthConfigResult

1
2
const resp = oAuthConfigResponse.build()

Rate this page: