Interface IManualCodeRegistrable
Interface to copy and register authentication code from browser
Inherited Members
Namespace: Pixiv.VroidSdk.Browser
Assembly: VRoidSDK.dll
Syntax
public interface IManualCodeRegistrable : IBrowserControllable
Methods
OnRegisterCode(String)
Called when authentication code is registered
Declaration
void OnRegisterCode(string code)
Parameters
Type | Name | Description |
---|---|---|
String | code | Authentication code string |