toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.http
/
RequestAuth
/
BasicAuth
Basic
Auth
data
class
BasicAuth
(
val
user
:
String
,
val
password
:
String
)
:
RequestAuth
Members
Constructors
Basic
Auth
Link copied to clipboard
constructor
(
user
:
String
,
password
:
String
)
Properties
password
Link copied to clipboard
val
password
:
String
user
Link copied to clipboard
val
user
:
String