Method Web.Auth.OAuth.Client()->set_token()


Method set_token

void set_token(Token token)
void set_token(string token_key, string token_secret)

Description

Set the Token.

Parameter key

Either a Token object or a token key.

Parameter secret

The token secret if key is a token key.