Show / Hide Table of Contents

Interface ISdkConfig

VRoid SDK settings

Namespace: Pixiv.VroidSdk
Assembly: Pixiv.VroidSdk.dll
Syntax
public interface ISdkConfig

Properties

AccountFilePath

File path to store account information

Declaration
string AccountFilePath { get; }
Property Value
Type Description
String

BaseDirectoryName

Directory name

Declaration
string BaseDirectoryName { get; }
Property Value
Type Description
String

Credential

Application settings for linking VRoid Hub

Declaration
Credential Credential { get; }
Property Value
Type Description
Credential

HttpHostUrl

HTTP request host URL

Declaration
string HttpHostUrl { get; }
Property Value
Type Description
String

IsManualLogin

Becomes true if log in by copying authorization code, without using URL scheme

Declaration
bool IsManualLogin { get; }
Property Value
Type Description
Boolean
Remarks

true when RedirectUri is urn:ietf:wg:oauth:2.0:oob

RedirectUri

URL to receive Oauth authorization code

Declaration
string RedirectUri { get; }
Property Value
Type Description
String

SymbolPrefix

Development environment name

Declaration
string SymbolPrefix { get; }
Property Value
Type Description
String

Returns production string

In This Article
Back to top Generated by DocFX