Show / Hide Table of Contents

Class AuthenticateMetaData

Application-specific settings for using 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)

Constructor

Declaration
public AuthenticateMetaData(IAuthenticateSession authSession, ISdkConfig config)
Parameters
Type Name Description
IAuthenticateSession authSession

Session module used for authentication

ISdkConfig config

Settings to use VRoid SDK

Properties

AuthenticateSession

Session

Declaration
public IAuthenticateSession AuthenticateSession { get; }
Property Value
Type Description
IAuthenticateSession

Config

Settings for using VRoid SDK

Declaration
public ISdkConfig Config { get; }
Property Value
Type Description
ISdkConfig
In This Article
Back to top Generated by DocFX