Google Drive for Unity3D
|
Listen server for Google authorization result(Internal) More...
Public Member Functions | |
bool | StartServer (int port) |
Start a HTTP server. | |
void | StopServer () |
Stop the server. | |
Properties | |
string | AuthorizationCode [get, set] |
Authorization code. |
Listen server for Google authorization result(Internal)
bool AuthRedirectionServer.StartServer | ( | int | port | ) |
Start a HTTP server.
port | Port number. |
void AuthRedirectionServer.StopServer | ( | ) |
Stop the server.
string AuthRedirectionServer.AuthorizationCode [get, set] |
Authorization code.
This value is null until authorization finished.