new OAuthConfigResponse(authUrl: String): OAuthConfigResponse
1 2const oAuthConfigResponse = new OAuthConfigResponse( "string" )
| Property Name | Type | Description |
|---|---|---|
| authUrl | String | |
| upgradeApp | Array<UpgradeAppConfiguration> |
addUpgradeAppLink(__namedParameters: UpgradeAppInput): OAuthConfigResponse
1 2const resp = oAuthConfigResponse.addUpgradeAppLink( { "orgName": "string", "shouldUpgrade": true, "url": "string" } )
build(): OAuthConfigResult
1 2const resp = oAuthConfigResponse.build()
Rate this page: