Logs the current member into the site using the specified session token.
You receive a session token from the following methods:
approveByEmail()
(Velo)approveByToken()
(Velo)register()
(SDK | Velo)generateSessionToken()
login()
(SDK | Velo)Pass the returned session token to a site's page code and apply it by
calling applySessionToken()
to complete the process started by one of the
above methods.
Session token to apply.