Property IapConfigurations
IapConfigurations
Gets an editable list of IapConfiguration object, which contain necessary information for creating Identity-aware proxy credentials.
Declaration
public IList<IapConfiguration> IapConfigurations { get; }
Property Value
| Type | Description |
|---|---|
| IList<IapConfiguration> | An editable list of IapConfiguration object, which contain necessary information for creating Identity-aware proxy credentials. |
Remarks
To enable OAuth 2.0 user authentication, assign the OAuthAuthorizeHandler and add an IapConfiguration to this list prior to accessing secured resources. The IapConfiguration provides information required for the OAuth 2.0 "authorization_code" and "implicit" grant flows.
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |