bdk-android
0.30.0
bdk-android
/
org.bitcoindevkit
/
Auth
/
UserPass
User
Pass
data
class
UserPass
(
val
username
:
String
,
val
password
:
String
)
:
Auth
Content copied to clipboard
Authentication with username and password, usually
Auth.Cookie
should be preferred
Constructors
Properties
Constructors
User
Pass
Link copied to clipboard
fun
UserPass
(
username
:
String
,
password
:
String
)
Content copied to clipboard
Properties
password
Link copied to clipboard
val
password
:
String
Content copied to clipboard
username
Link copied to clipboard
val
username
:
String
Content copied to clipboard