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