Class BrowserProvider
Create IManualCodeRegistrable to manually register authentication code
Inherited Members
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 |