Class SDKGlobals
Provides global variables for the SDK.
Inheritance
System.Object
SDKGlobals
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: UOL.SDK
Assembly: UOL.SDK.dll
Syntax
public static class SDKGlobals
Properties
AuthenticationRedirectUrl
Gets or sets the redirect URL for authentication.
Declaration
public static 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 static 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 static string ClientSecret { get; set; }
Property Value
Type | Description |
---|---|
System.String | The client secret for access to the UOL platform. |
Data
Gets or sets the needed URIs for the SDK.
Declaration
public static Dictionary<string, string> Data { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> | The needed URIs for the SDK. |
Password
Gets or sets the password for access to the UOL platform.
Declaration
public static 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 static string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String | The username for access to the UOL platform. |