OneDrivePersonalFileSystemProvider.AuthorizationEndpoint Property
SECURITY-RELATED CONSIDERATIONS
Using untrusted or user-specified URLs in redirect operations may direct users to malicious sites. Always use trusted, fixed endpoints to prevent open-redirect attacks.
Specifies the URL to which the browser redirects the application for authorization.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| String | A string value that specifies the application’s authorization endpoint. |
Remarks
To learn more, see the Google Drive File System Provider topic.
See Also