Path: | /service/v3/sessions |
---|
This endpoint provides management of Service Sessions.
Creates a User Session for the Service.
Requests will be a JWE encrypted JSON payload with the following attributes:
username (string): | The TruValidate Multifactor Authentication username or Directory User Identifier of the Directory User requiring a created Session. |
---|---|
auth_request (string) [optional]: | The Authorization request ID to associate with this Session. |
Example with Auth Request ID:
{"username": "my-unique-user-identifier", "auth_request": "b001ff59-dc5d-11e7-8927-0469f8dc10a5"}
Example without Auth Request ID:
{"username": "my-unique-user-identifier"}
There is no response data.
Deletes a specific User Session for the Service.
Requests will be a JWE encrypted JSON payload with the following attribute:
username (string): | The TruValidate Multifactor Authentication username or Directory User Identifier of the Directory User used for removing a Service Session. |
---|
Example:
{"username": "my-unique-user-identifier"}
There is no response data.
TransUnion links to user contributed code as a resource to its community. TransUnion does not in any way guarantee or warrant the quality and security of these code bases. User contributed code is supported by the creators. If you do find a link from the site to user contributed code that is malicious or inappropriate in any way, please report that link to TransUnion immediately and we will investigate the claim. Submit any issue to TransUnion support at https://transunion.com/support. ×