Interface IAutoLoginApplicationSettingsSignOn
Represents a AutoLoginApplicationSettingsSignOn resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IAutoLoginApplicationSettingsSignOn : IResource
Properties
LoginUrl
Declaration
string LoginUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RedirectUrl
Declaration
string RedirectUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |