All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.caseykulm.oauthheader.models.RequestTokenResponse.kt Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
package com.caseykulm.oauthheader.models

data class RequestTokenResponse(
    val oauthToken: String,
    val oauthTokenSecret: String,
    val oauthCallbackConfirmed: Boolean)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy