Show / Hide Table of Contents

Class UOLClientOptions

Provides the needed URLs to communicate with the UOB platform services.

Inheritance
System.Object
UOLClientOptions
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)
Namespace: UOL.SDK
Assembly: UOL.SDK.dll
Syntax
public class UOLClientOptions

Properties

AuthenticationRedirectUrl

Gets or sets the redirect URL for authentication.

Declaration
public Uri AuthenticationRedirectUrl { get; set; }
Property Value
Type Description
System.Uri

The redirect URL for authentication.

ClientId

Gets or sets the client id for access to the UOL platform.

Declaration
public string ClientId { get; set; }
Property Value
Type Description
System.String

The client id for access to the UOL platform.

ClientSecret

Gets or sets the client secret for access to the UOL platform.

Declaration
public string ClientSecret { get; set; }
Property Value
Type Description
System.String

The client secret for access to the UOL platform.

ContentServiceBaseUrl

Gets or sets the base URL to the UOL Content Service.

Declaration
public Uri ContentServiceBaseUrl { get; set; }
Property Value
Type Description
System.Uri

The base URL to the UOL Content Service.

DataServiceBaseUrl

Gets or sets the base URL to the UOL Data Service.

Declaration
public Uri DataServiceBaseUrl { get; set; }
Property Value
Type Description
System.Uri

The base URL to the UOL Data Service.

LicenseCode

Gets or sets the license code for the UOL platform.

Declaration
public string LicenseCode { get; set; }
Property Value
Type Description
System.String

The license code for the UOL platform.

Password

Gets or sets the password for access to the UOL platform.

Declaration
public string Password { get; set; }
Property Value
Type Description
System.String

The password for access to the UOL platform.

Username

Gets or sets the username for access to the UOL platform.

Declaration
public string Username { get; set; }
Property Value
Type Description
System.String

The username for access to the UOL platform.

ValidatorFunctionUrl

Gets or sets the URL to the UOL Validator Function.

Declaration
public Uri ValidatorFunctionUrl { get; set; }
Property Value
Type Description
System.Uri

The URL to the UOL Validator Function.

Methods

ToString()

Transforms the object to a string value that represents the object for logging purposes.

Declaration
public override string ToString()
Returns
Type Description
System.String

The string value of the object.

Overrides
System.Object.ToString()