Interface IOpenIdConnectApplication
Represents a OpenIdConnectApplication resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IOpenIdConnectApplication : IApplication, IResource
Properties
Credentials
Declaration
IOAuthApplicationCredentials Credentials { get; set; }
Property Value
| Type | Description |
|---|---|
| IOAuthApplicationCredentials |
Name
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Settings
Declaration
IOpenIdConnectApplicationSettings Settings { get; set; }
Property Value
| Type | Description |
|---|---|
| IOpenIdConnectApplicationSettings |