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: