Authentication tokens¶
Authentication tokens are implemented via the IVastToken interface.
The members of the interface are the:
- User Name
- Session Key
- Vast Credential Type
User Name¶
The name used to uniquely identify the user
Session Key¶
The key of the session at the time, it does expire(I'm just not too sure when yet)
Vast Credential Type¶
Can be a VastID, an eAuth or other credential types that have been setup to work in your version of the system.
The credential includes the username, password and IP address.