Builder
Builder of Credentials.
Constructors
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Known device token for your account. Used only when emulationMode is OfficialClient.OAuth1a.TwitterForiPhone.
Extensions
Link copied to clipboard
fun Credentials.Builder.application(consumerKey: String, consumerSecret: String)
Content copied to clipboard
Configures your application with consumer key and consumer secret.
Configures your application with predefined OAuth 1.0a client.
Link copied to clipboard
fun Credentials.Builder.token(accessToken: String, accessTokenSecret: String)
Content copied to clipboard
Configures your account with access token and access token secret.
Configures your account with bearer token.
Configures your account with predefined OAuth 2 client.