Class SDKConfiguration
Setting for using VRoid SDK
Namespace: Pixiv.VroidSdk.Legacy
Assembly: VRoidSDK.dll
Syntax
[Obsolete("SDKConfiguration is deprecated. Please use Credential")]
public class SDKConfiguration : ScriptableObject
Fields
AndroidUrlScheme
URL scheme used when receiving authentication code on Android
Declaration
public string AndroidUrlScheme
Field Value
| Type | Description |
|---|---|
| String |
IOSUrlScheme
URL scheme used when receiving authentication code on iOS
Declaration
public string IOSUrlScheme
Field Value
| Type | Description |
|---|---|
| String |
Scope
Authentication scope type
Declaration
public SDKConfiguration.ScopeKind Scope
Field Value
| Type | Description |
|---|---|
| SDKConfiguration.ScopeKind |
Properties
AuthenticateMetaData
Get VRoid Hub application meta data
Declaration
public AuthenticateMetaData AuthenticateMetaData { get; }
Property Value
| Type | Description |
|---|---|
| AuthenticateMetaData | Meta data |
Methods
GetConfig()
Create
Declaration
public ISdkConfig GetConfig()
Returns
| Type | Description |
|---|---|
| ISdkConfig | Created ISdkConfig |
JoinScope()
Get concatenated scope parameters based on scope settings
Declaration
public string JoinScope()
Returns
| Type | Description |
|---|---|
| String | Scope parameter concatenated with empty string |