Grant Type
GET
/client/v3/oauth/grant-type/{grantType}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.com/client/v3/oauth/grant-type/credentials'
Response Response Example
200 - Success: implicit-steam
{
"uri": "https://api.lootlocker.io/v3/client/oauth/grant-type/implicit-steam",
"grant_type": {
"description": "This grant type is used to authenticate a user using the Steam OpenID API",
"parameters": [
{
"name": "openid_response",
"description": "The response received from the Steam OpenID API on the user's device"
},
{
"name": "api_key",
"description": "The API key for a title's environment. This can be found in the title's settings page on the LootLocker developer console.",
"documentation": "https://docs.lootlocker.com/admin/game-settings#api-keys"
}
]
}
}
Request
Path Params
grantType
string
required
Example:
credentials
Responses
Modified at 2024-09-02 12:31:06