Show / Hide Table of Contents

Class AuthenticateMetaData

VRoid SDKを使用するためのアプリケーション固有設定

Inheritance
Object
AuthenticateMetaData
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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
In This Article
Back to top Generated by DocFX