BluIDSDK
/
com.blub0x.BluIDSDK.models
/
UserCredentials
User
Credentials
data class
UserCredentials
(username:
String
, password:
String
) :
Serializable
Content copied to clipboard
Used to login to the environments.
Constructors
Properties
Constructors
UserCredentials
Link copied to clipboard
fun
UserCredentials
(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