SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

InputEncoding Property

Specifies request encoding.

Syntax

public var inputEncoding: DcauthInputEncodings

public enum class DcauthInputEncodings(val value: Int) {
encNone(0),
encAuto(1),
encBase64(2);
}

Default Value

0

Remarks

Use this property to specify the encoding to expect the requests to be in.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Kotlin Edition - Version 20.0 [Build 8063]