Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Namespace: microsoft.graph
Specifies settings for a single-page application.
Properties
| Property | Type | Description |
|---|---|---|
| redirectUris | String collection | Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. |
JSON representation
The following JSON representation shows the resource type.
{
"redirectUris": ["String"]
}