-
Notifications
You must be signed in to change notification settings - Fork 1
elements_auth_scheme
The Auth Scheme endpoints.
This module offers a collection of functions designed to address specific tasks and provide utilities for various purposes. Explore the available functions to make the most of the functionalities provided by this module.
- elements_create_custom_auth_scheme
- elements_create_oauth2_auth_scheme
- elements_create_oidc_auth_scheme
- elements_create_provider_configuration
- elements_delete_custom_auth_scheme
- elements_delete_oauth2_auth_scheme
- elements_delete_oidc_auth_scheme
- elements_delete_provider_configuration
- elements_get_custom_auth_scheme
- elements_get_custom_auth_schemes
- elements_get_oauth2_auth_scheme
- elements_get_oauth2_auth_schemes
- elements_get_oidc_auth_scheme
- elements_get_oidc_auth_schemes
- elements_get_provider_configuration
- elements_get_provider_configurations
- elements_update_custom_auth_scheme
- elements_update_oauth2_auth_scheme
- elements_update_oidc_auth_scheme
- elements_update_provider_configuration
Creates a new Auth Scheme, from the data in the given auth scheme request
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_create_custom_auth_scheme(_body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _body | ElementsCreateAuthSchemeRequest | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsCreateAuthSchemeResponse or Undefined | |
| _request | ElementsRequest |
Creates a new Auth Scheme, from the data in the given auth scheme request
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_create_oauth2_auth_scheme(_body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _body | ElementsCreateOrUpdateOAuth2AuthSchemeRequest | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsCreateOrUpdateOAuth2AuthSchemeResponse or Undefined | |
| _request | ElementsRequest |
Creates a new Auth Scheme, from the data in the given auth scheme request
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_create_oidc_auth_scheme(_body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _body | ElementsCreateOrUpdateOidcAuthSchemeRequest | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsCreateOrUpdateOidcAuthSchemeResponse or Undefined | |
| _request | ElementsRequest |
Requires SUPERUSER access. Resolves the discovery document at the supplied discoveryUrl and auto-provisions the matching OIDC auth scheme by issuer, so a single request fully activates a new provider (e.g. Twitch) with no code changes.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_create_provider_configuration(_body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _body | ElementsCreateOrUpdateOidcProviderConfigurationRequest | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsCreateOrUpdateOidcProviderConfigurationResponse or Undefined | |
| _request | ElementsRequest |
Deletes an Auth Scheme with the specified id.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_delete_custom_auth_scheme(_auth_scheme_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _auth_scheme_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | Any | |
| _request | ElementsRequest |
Deletes an Auth Scheme with the specified id.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_delete_oauth2_auth_scheme(_oauth2_auth_scheme_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _oauth2_auth_scheme_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | Any | |
| _request | ElementsRequest |
Deletes an Auth Scheme with the specified id.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_delete_oidc_auth_scheme(_oidc_auth_scheme_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _oidc_auth_scheme_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | Any | |
| _request | ElementsRequest |
Deletes an OIDC provider configuration
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_delete_provider_configuration(_provider_configuration_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _provider_configuration_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | Any | |
| _request | ElementsRequest |
Gets a specific Auth Scheme by the authSchemeId.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_custom_auth_scheme(_auth_scheme_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _auth_scheme_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsAuthScheme or Undefined | |
| _request | ElementsRequest |
Requires SUPERUSER access. Gets a pagination of Auth Schemes for the given query.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_custom_auth_schemes(_offset=undefined, _count=undefined, _tags=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _offset | Real | |
| _count | Real | |
| _tags | Array of String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsPaginationAuthScheme or Undefined | |
| _request | ElementsRequest |
Gets a specific Auth Scheme by the oAuth2AuthSchemeId.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_oauth2_auth_scheme(_oauth2_auth_scheme_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _oauth2_auth_scheme_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsOAuth2AuthScheme or Undefined | |
| _request | ElementsRequest |
Requires SUPERUSER access. Gets a pagination of Auth Schemes for the given query.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_oauth2_auth_schemes(_offset=undefined, _count=undefined, _tags=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _offset | Real | |
| _count | Real | |
| _tags | Array of String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsPaginationOAuth2AuthScheme or Undefined | |
| _request | ElementsRequest |
Gets a specific Auth Scheme by the oidcAuthSchemeId.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_oidc_auth_scheme(_oidc_auth_scheme_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _oidc_auth_scheme_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsOidcAuthScheme or Undefined | |
| _request | ElementsRequest |
Requires SUPERUSER access. Gets a pagination of Auth Schemes for the given query.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_oidc_auth_schemes(_offset=undefined, _count=undefined, _tags=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _offset | Real | |
| _count | Real | |
| _tags | Array of String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsPaginationOidcAuthScheme or Undefined | |
| _request | ElementsRequest |
Gets a specific OIDC provider configuration
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_provider_configuration(_provider_configuration_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _provider_configuration_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsOidcProviderConfiguration or Undefined | |
| _request | ElementsRequest |
Requires SUPERUSER access. Gets a pagination of OIDC provider configurations.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_provider_configurations(_offset=undefined, _count=undefined, _tags=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _offset | Real | |
| _count | Real | |
| _tags | Array of String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsPaginationOidcProviderConfiguration or Undefined | |
| _request | ElementsRequest |
Updates an Auth Scheme with the specified data in the auth scheme request.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_update_custom_auth_scheme(_auth_scheme_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _auth_scheme_id | String | |
| _body | ElementsUpdateAuthSchemeRequest | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsUpdateAuthSchemeResponse or Undefined | |
| _request | ElementsRequest |
Updates an Auth Scheme with the specified data in the auth scheme request.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_update_oauth2_auth_scheme(_oauth2_auth_scheme_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _oauth2_auth_scheme_id | String | |
| _body | ElementsCreateOrUpdateOAuth2AuthSchemeRequest | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsCreateOrUpdateOAuth2AuthSchemeResponse or Undefined | |
| _request | ElementsRequest |
Updates an Auth Scheme with the specified data in the auth scheme request.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_update_oidc_auth_scheme(_oidc_auth_scheme_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _oidc_auth_scheme_id | String | |
| _body | ElementsCreateOrUpdateOidcAuthSchemeRequest | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsCreateOrUpdateOidcAuthSchemeResponse or Undefined | |
| _request | ElementsRequest |
Updates an OIDC provider configuration
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_update_provider_configuration(_provider_configuration_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _provider_configuration_id | String | |
| _body | ElementsCreateOrUpdateOidcProviderConfigurationRequest | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsCreateOrUpdateOidcProviderConfigurationResponse or Undefined | |
| _request | ElementsRequest |
GameMaker 2026
- Application
- Auth
- Auth Scheme
- Blockchain
- Codegen
- Deployment
- Elements
- Elm
- Followee
- Follower
- Friend
- Health
- Index
- Inventory
- Invite
- Ios
- Item
- Large Object
- Large Object Mp
- Leaderboard
- Meta
- Metadata
- Metadata Spec
- Mission
- Mock Session
- Multi Match
- Notification
- Oidc
- Product
- Profile
- Progress
- Rank
- Receipt
- Reward Issuance
- Save Data
- Schedule
- Score
- Session
- Signup
- Steam
- User
- Verify
- Version