Class AuthenticateMetaData
VRoid SDKを使用するためのアプリケーション固有設定
Inherited Members
Namespace: Pixiv.VroidSdk.Unity.Oauth.Legacy
Assembly: Pixiv.VroidSdk.Unity.dll
Syntax
[Obsolete("AuthenticateMetaData is deprecated. Please use Credential")]
public class AuthenticateMetaData
Constructors
AuthenticateMetaData(IAuthenticateSession, ISdkConfig)
コンストラクタ
Declaration
public AuthenticateMetaData(IAuthenticateSession authSession, ISdkConfig config)
Parameters
Type | Name | Description |
---|---|---|
IAuthenticateSession | authSession | 認証に使うセッションモジュール |
ISdkConfig | config | VRoid SDKを利用する設定 |
Properties
AuthenticateSession
セッション
Declaration
public IAuthenticateSession AuthenticateSession { get; }
Property Value
Type | Description |
---|---|
IAuthenticateSession |
Config
VRoid SDKを使用するための設定
Declaration
public ISdkConfig Config { get; }
Property Value
Type | Description |
---|---|
ISdkConfig |