Show / Hide Table of Contents

Class BrowserProvider

Create IManualCodeRegistrable to manually register authentication code

Inheritance
Object
BrowserProvider
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Pixiv.VroidSdk
Assembly: VRoidSDK.dll
Syntax
public static class BrowserProvider

Methods

Create(Client, ISdkConfig)

Create IManualCodeRegistrable to manually register authentication code

Declaration
public static IManualCodeRegistrable Create(Client client, ISdkConfig config)
Parameters
Type Name Description
Client client

Client to carry out HTTP request

ISdkConfig config

VRoid SDK settings

Returns
Type Description
IManualCodeRegistrable

IManualCodeRegistrable to manually copy authentication code

In This Article
Back to top Generated by DocFX