No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
AuthSession
The AuthSession object represents an individual user session in your organization. This object is available in versions 29.0 and later.
Supported Calls
delete(), describeSObjects(), query(), retrieve()
Fields
| Field Name | Details |
|---|---|
| LoginType |
|
| NumSecondsValid |
|
| SessionSecurityLevel |
|
| SessionType |
|
| SourceIp |
|
| UserType |
|
| UsersId |
|
Usage
The AuthSession object exposes session data and enables read and delete operations on that data. For example, use this object to create a report showing who is signed in to your organization, or to create a tool to delete a session, ending that user’s session. For a user, only their own sessions are available, while administrators can see all sessions.
You can’t change user sessions with this object; only read and delete them.