token
fun Credentials.Builder.token(accessToken: String, accessTokenSecret: String)
Content copied to clipboard
Configures your account with access token and access token secret.
Parameters
access
Access token.
access
Access token secret.
Configures your account with bearer token.
Parameters
bearer
Bearer token.
Configures your account with predefined OAuth 2 client.
Parameters
client
Predefined OAuth 2 client.