withToken static method
- String accessToken
SDK will pass access token as a Bearer.
accessTokenAccess token
Returns AuthenticationMode. Instance of AuthenticationMode configured to use token
Implementation
static AuthenticationMode withToken(String accessToken) => $prototype.withToken(accessToken);