Configuration

fun Configuration(    password: Password,     authorityCertificatesFilePath: String? = null,     activeAuthenticationChallenge: ByteArray? = null,     sessionToken: String? = null,     isDebugInfoEnabled: Boolean = false)


fun Configuration(    nfcKey: NfcKey,     authorityCertificatesFilePath: String? = null,     activeAuthenticationChallenge: ByteArray? = null,     isDebugInfoEnabled: Boolean = false)

Deprecated

Use constructor with `password` argument instead.