Property AuthorizeUrl
AuthorizeUrl
Gets the Identity-Aware Proxy (IAP) authorize endpoint that facilitates user authentication.
Declaration
public Uri AuthorizeUrl { get; }
Property Value
| Type | Description |
|---|---|
| Uri | The Identity-Aware Proxy (IAP) authorize endpoint that facilitates user authentication. |
Remarks
This URL is presented in the web session, allowing users to enter their credentials. Upon successful authentication, an authorization code is received, which can be used to generate tokens for secure access to protected resources.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |