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