KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

_KiiInternalUtils Class

Utility class for internal use.

Syntax

public static class _KiiInternalUtils

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Members

See Also: Inherited members from object.

Public Methods

static
SetCurrentUser (KiiUser)
Sets the current user.
static
SetSocialAccessTokenDictionary (KiiUser, Dictionary<string, object>)
Sets the social access token dictionary to KiiUser.
static
UpdateAccessToken (string)
Updates the access token.

Member Details

SetCurrentUser Method

Sets the current user.

Syntax

public static void SetCurrentUser (KiiUser user)

Parameters

user
User.

Remarks

Do not use it from your application.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

SetSocialAccessTokenDictionary Method

Sets the social access token dictionary to KiiUser.

Syntax

public static void SetSocialAccessTokenDictionary (KiiUser user, Dictionary<string, object> socialAccessTokenDictionary)

Parameters

user
User.
socialAccessTokenDictionary
Social access token dictionary.

Remarks

Do not use it from your application.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

UpdateAccessToken Method

Updates the access token.

Syntax

public static void UpdateAccessToken (string accessToken)

Parameters

accessToken
Access token.

Remarks

Do not use it from your application.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0