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

com.burgstaller.okhttp.digest.Credentials.kt Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
package com.burgstaller.okhttp.digest

/**
 * Simple credentials class holding Username / Password.
 */
class Credentials(var userName: String?, var password: String?)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy