roboto.http.constants#
Module Contents#
- roboto.http.constants.BEARER_TOKEN_HEADER = 'X-Roboto-Bearer-Token'#
Bearer token which is parsed as a JWT to provide additional request context for invocations
- roboto.http.constants.ORG_OVERRIDE_HEADER = 'X-Roboto-Org-Id'#
Header to specify the organization that the user is acting on behalf of.
- roboto.http.constants.ORG_OVERRIDE_QUERY_PARAM = 'robotoOrgId'#
Query parameter to specify the organization that the user is acting on behalf of.
- roboto.http.constants.RESOURCE_OWNER_OVERRIDE_HEADER = 'X-Roboto-Resource-Owner-Id'#
Header to specify the organization that owns the resource being accessed.
- roboto.http.constants.RESOURCE_OWNER_OVERRIDE_QUERY_PARAM = 'robotoResourceOwnerId'#
Query parameter to specify the organization that owns the resource being accessed.
- roboto.http.constants.USER_OVERRIDE_HEADER = 'X-Roboto-User-Id'#
Header to specify the user that is performing the REST operation.
- roboto.http.constants.USER_OVERRIDE_QUERY_PARAM = 'robotoUserId'#
“Query parameter to specify the user that is performing the REST operation.