Show / Hide Table of Contents

Class AuthenticateMetaData

Authenticationをするのに必要なメタ情報を管理するクラス

Inheritance
Object
AuthenticateMetaData
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: VRoidSDK.OAuth
Assembly: VRoidSDK.dll
Syntax
public class AuthenticateMetaData

Constructors

AuthenticateMetaData(String, String, IAuthenticateSession)

コンストラクタ

Declaration
public AuthenticateMetaData(string id, string secret, IAuthenticateSession authSession)
Parameters
Type Name Description
String id

アプリケーションID

String secret

シークレット

IAuthenticateSession authSession

認証に使うセッションモジュール

Properties

ApplicationId

アプリケーションID

Declaration
public string ApplicationId { get; }
Property Value
Type Description
String

AuthenticateSession

認証に使うセッションモジュール

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

Secret

シークレット

Declaration
public string Secret { get; }
Property Value
Type Description
String
Back to top Generated by DocFX