Interface IAuthenticateSession
Session
Namespace: Pixiv.VroidSdk.Unity.Oauth.Legacy
Assembly: Pixiv.VroidSdk.Unity.dll
Syntax
[Obsolete("IAuthenticateSession is deprecated. Please use IBrowserControllable")]
public interface IAuthenticateSession
Methods
CleanUp()
Clean up process
Declaration
void CleanUp()
OpenURL(String, String)
Open URL
Declaration
void OpenURL(string url, string urlScheme)
Parameters
| Type | Name | Description |
|---|---|---|
| String | url | URL to open |
| String | urlScheme | URL scheme to receive authentication code |