clearSecurityToken method

void clearSecurityToken()

Implementation

void clearSecurityToken() {
  securityToken = null;
  expiration = null;
}