Skip to main content
Version: v0.10.0

RuntimeConfigDto

gaiaXSupportbooleanrequired
Example: false
titlestringrequired
Example: My Company Wallet
acceptUnauthenticatedCredentialRequestsbooleanrequired
Example: false
issueMobileCredentialsbooleanrequired
Example: false
colorstringrequired
Example: #3B8BF6
darkThemeUrlstring
Example: https://example.com/darktheme.png
lightThemeUrlstring
Example: https://example.com/lighttheme.png
RuntimeConfigDto
{
"gaiaXSupport": false,
"title": "My Company Wallet",
"acceptUnauthenticatedCredentialRequests": false,
"issueMobileCredentials": false,
"color": "#3B8BF6",
"darkThemeUrl": "https://example.com/darktheme.png",
"lightThemeUrl": "https://example.com/lighttheme.png"
}