Get | ![]() |
public class GetTokenModel
The GetTokenModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | AuthToken | The token string that is to be evaluated. |
![]() | Message | A message based on the action |
![]() | Success | Is the token string valid or was it successfully renewed |
![]() |
---|
Once a token has been created there is a 2 hour limit on the token. Once the token dies it is no good. The renew method would need to be called within the 2 hour time window, to reset the two hour limit. |