/oauth2
Last updated
Last updated
Requires SUPERUSER access. Gets a pagination of Auth Schemes for the given query.
/auth_scheme/oauth2
Creates a new Auth Scheme, from the data in the given auth scheme request
/auth_scheme/oauth2
The unique ID of the auth scheme.
A unique name used to identify the scheme within the instance of Elements. If using the same OAuth2 provider (e.g. Steam), it is recommended to suffix the name for each application when using multitenancy, e.g. steam_game1, steam_game2, etc.
The URL to send the user token validation request to.
The headers required for the validation request.
The query parameters required for the validation request.
Determines how to map the user id in the response. For example "response.params.steamid"
Gets a specific Auth Scheme by the oAuth2AuthSchemeId.
/auth_scheme/oauth2/{oAuth2AuthSchemeId}
Updates an Auth Scheme with the specified data in the auth scheme request.
/auth_scheme/oauth2/{oAuth2AuthSchemeId}
The unique ID of the auth scheme.
A unique name used to identify the scheme within the instance of Elements. If using the same OAuth2 provider (e.g. Steam), it is recommended to suffix the name for each application when using multitenancy, e.g. steam_game1, steam_game2, etc.
The URL to send the user token validation request to.
The headers required for the validation request.
The query parameters required for the validation request.
Determines how to map the user id in the response. For example "response.params.steamid"
Deletes an Auth Scheme with the specified id.
/auth_scheme/oauth2/{oAuth2AuthSchemeId}