Show / Hide Table of Contents

Interface ISdkConfig

VRoid SDKの設定

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

Properties

AccountFilePath

アカウント情報を格納するファイルパス

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

BaseDirectoryName

ディレクトリ名

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

Credential

VRoid Hub連携のためのアプリケーション設定

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

HttpHostUrl

HTTPのリクエストホストURL

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

IsManualLogin

URLスキームを利用せず、認可コードをコピーすることでログインする場合はtrueとなる

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

RedirectUriがurn:ietf:wg:oauth:2.0:oobのときはtrueとなる

RedirectUri

Oauthの認可コードを受け取るURL

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

SymbolPrefix

開発環境名

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

productionという文字列を返す

In This Article
Back to top Generated by DocFX