This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
Providing New Windows API
Pre-release
Pre-release
We are here glad to announce our new Windows API for Rap-ID, which enables desktop applications to use Rap-ID.
This version is only used for development.
How
You may start auth.exe
with only one parameter of your application name, and then listen to the standard output. You may get something starting like this:
#Rap-ID-Windows/CLI/1.0d/Auth/
For example,
#Rap-ID-Windows/CLI/1.0d/Auth/result=ok;token=foobar
As this line defined 2 variables, result and token, you may get the token and the result. The result
can be ok
or fail
. If the result
is fail
, you may be provided another variable called error
providing details.