com.burgstaller.okhttp.digest.Credentials.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of okhttp-digest Show documentation
Show all versions of okhttp-digest Show documentation
OkHttp Digest Authentication
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