Recovery Server
data class RecoveryServer(endpoint: String, authEndpoint: String, homeDomain: String, walletSigner: WalletSigner?, clientDomain: String?)
Content copied to clipboard
Recovery server configuration
Constructors
Link copied to clipboard
fun RecoveryServer(endpoint: String, authEndpoint: String, homeDomain: String, walletSigner: WalletSigner? = null, clientDomain: String? = null)
Content copied to clipboard
Create empty Recovery server
Properties
Link copied to clipboard
optional WalletSigner used to sign authentication