MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz-provisioning-api
/
org.multipaz.provisioning
/
ProvisioningBackendSettings
Provisioning
Backend
Settings
class
ProvisioningBackendSettings
(
conf
:
Configuration
)
Wallet Server settings.
Members
Constructors
Provisioning
Backend
Settings
Link copied to clipboard
constructor
(
conf
:
Configuration
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
android
Require
App
Signature
Certificate
Digests
Link copied to clipboard
val
androidRequireAppSignatureCertificateDigests
:
List
<
ByteString
>
android
Require
Gms
Attestation
Link copied to clipboard
val
androidRequireGmsAttestation
:
Boolean
android
Require
Verified
Boot
Green
Link copied to clipboard
val
androidRequireVerifiedBootGreen
:
Boolean
cloud
Secure
Area
Enabled
Link copied to clipboard
val
cloudSecureAreaEnabled
:
Boolean
cloud
Secure
Area
Lockout
Duration
Seconds
Link copied to clipboard
val
cloudSecureAreaLockoutDurationSeconds
:
Int
cloud
Secure
Area
Lockout
Num
Failed
Attempts
Link copied to clipboard
val
cloudSecureAreaLockoutNumFailedAttempts
:
Int
cloud
Secure
Area
Rekeying
Interval
Seconds
Link copied to clipboard
val
cloudSecureAreaRekeyingIntervalSeconds
:
Int
cloud
Secure
Area
Url
Link copied to clipboard
val
cloudSecureAreaUrl
:
String
developer
Mode
Link copied to clipboard
val
developerMode
:
Boolean
ios
App
Identifier
Link copied to clipboard
val
iosAppIdentifier
:
String
?
ios
Release
Build
Link copied to clipboard
val
iosReleaseBuild
:
Boolean
wait
For
Notification
Supported
Link copied to clipboard
val
waitForNotificationSupported
:
Boolean
Functions
get
Bool
Link copied to clipboard
fun
getBool
(
key
:
String
,
defaultValue
:
Boolean
=
false
)
:
Boolean
get
Int
Link copied to clipboard
fun
getInt
(
key
:
String
,
defaultValue
:
Int
=
0
)
:
Int
get
String
Link copied to clipboard
fun
getString
(
key
:
String
)
:
String
?
get
String
List
Link copied to clipboard
fun
getStringList
(
key
:
String
)
:
List
<
String
>