publicClientApplication resource type
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Specifies settings for non-web app or non-web API (for example, mobile or other public clients such as an installed application running on a desktop device).
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
Here is a JSON representation of the resource.
{
"redirectUris": ["String"]
}
Feedback
Submit and view feedback for