corda / com.r3.corda.networkmanage.common.cryptoservice.authentication / SecurosysPasswordCredentials

SecurosysPasswordCredentials

data class SecurosysPasswordCredentials : SecurosysAuthenticationCredentials

Constructors

<init>

SecurosysPasswordCredentials(username: String, password: String)

Properties

password

val password: String

username

val username: String