Optional
requestFactory: SessionsApiRequestFactoryOptional
responseProcessor: SessionsApiResponseProcessorPrivate
apiOptional
xBehalfOfProject: stringOptional
_options: ConfigurationReturns a list of Sessions. Returns the latest 10 transaction intents for each session. List session keys of a player.
The player ID (starts with pla_)
Optional
limit: numberSpecifies the maximum number of records to return.
Optional
skip: numberSpecifies the offset for the first records to return.
Optional
order: SortOrderSpecifies the order in which to sort the results.
Optional
expand: "transactionIntents"[]Specifies the fields to expand in the response.
Optional
_options: ConfigurationRetrieves the details of a Session that has previously been created. Returns the latest 10 transaction intents that used this session. Returns a player session by session id
Specifies the unique session ID (starts with ses_).
Optional
expand: "transactionIntents"[]Specifies the fields to expand.
Optional
_options: ConfigurationRevoke the session session key.
Optional
xBehalfOfProject: stringOptional
_options: ConfigurationSend signed userOperationHash to create session.
Specifies the unique session ID (starts with ses_).
Optional
_options: Configuration
Creates a Session. Create a session key.