Class CreateBasicAuthApplicationOptions
Helper class for basic authentication application settings
Inheritance
System.Object
CreateBasicAuthApplicationOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class CreateBasicAuthApplicationOptions
Properties
Activate
Gets or sets an Activate flag value
Declaration
public bool Activate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AuthUrl
Gets or sets an Auth url
Declaration
public string AuthUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Label
Gets or sets a label
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Gets or sets an url
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |