setToken method
dynamic
setToken(
- dynamic token
Pass the token received from Uqudo to authenticate the SDK
Implementation
setToken(token) {
this.authorizationToken = token;
return this;
}
Pass the token received from Uqudo to authenticate the SDK
setToken(token) {
this.authorizationToken = token;
return this;
}