updateAppRedirectUris
Update the redirect uri's that are valid for an existing app that's registered for oAuth.
Parameters
Parameter | Type | Default | Notes |
---|---|---|---|
clientId Required | string |
Client Id of the existing app to be updated |
|
redirectUris Required | string[] |
Array of valid redirect uris for the app |
|
requestOptions Required | IHubRequestOptions |
Available requestOptions
Property | Type | Notes |
---|---|---|
Optional | ArcGISIdentityManager | |
Optional | function(input: RequestInfo, init: RequestInit) : Promise<Response> |
The implementation of |
Optional | string | |
Optional | boolean | |
Optional | IHubRequestOptionsPortalSelf |
Returns
Promise<any>
Function defined in sites/src/update-app-redirect-uris.ts:12