application
fun Credentials.Builder.application(consumerKey: String, consumerSecret: String)
Content copied to clipboard
Configures your application with consumer key and consumer secret.
Parameters
consumer Key
Consumer key.
consumer Secret
Consumer secret.
Configures your application with predefined OAuth 1.0a client.
Parameters
client
Predefined OAuth 1.0a client.