ASP.NET VETtrak API web services
ContentsIndexHome
PreviousUpNext
TAuthenticate.cs
 
Name 
Description 
 
Authenticate Class.
Models an attempt to Authenticate a user. A user may attempt to authenticate by passing a username and password, or by passing a token previously obtained.
The user can be an Employer, a Client or a Staff Member.
A Token is generated when a user calls a Validate function (ValidateClient, ValidateEmployer or ValidateUser) and passes a valid username and password.
Both Clients and Staff generate Client Tokens (TokenType = CLIE_TOKEN = '02'), while Employers generate Employer Tokens (TokenType = EMPL_TOKEN = '01').
If an Authentication attempt is successful, a 'good' TAuthenticate is returned, containing:
  • Token property : a... more 
Copyright (c) VETtrak 2022. All rights reserved.