setToken method

dynamic setToken(
  1. dynamic token
)

Pass the token received from Uqudo to authenticate the SDK

Implementation

setToken(token) {
  this.authorizationToken = token;
  return this;
}