Authlete
|
Developer authentication request from Authlete to a service implementation. More...
Properties | |
long | ServiceApiKey [get, set] |
The API key of the target service. More... | |
string | Id [get, set] |
The login ID that the developer input to the login ID field of the login form of the Developer Console. More... | |
string | Password [get, set] |
The password that the developer input to the password field of the login form of the Developer Console. More... | |
Developer authentication request from Authlete to a service implementation.
When a client application developer needs to be authenticated at the Client Application Developer Console (which Authlete provides for client application developers on behalf of the service), Authlete makes a developer authentication request to the developer authentication callback endpoint of the service. This class represents the format of the request.
The "id"
and "password"
parameters in this authentication request are the values that the developer input to the input fields of the login form of the Developer Console.
|
getset |
The login ID that the developer input to the login ID field of the login form of the Developer Console.
|
getset |
The password that the developer input to the password field of the login form of the Developer Console.
|
getset |
The API key of the target service.