SaveIdentityResponse
data class SaveIdentityResponse(val ssksId: String, var authenticatedSessionId: String?)
SaveIdentityResponse is returned by SaveIdentity when an identity has been successfully saved
Constructors
SaveIdentityResponse | constructor(ssksId: String, authenticatedSessionId: String?) |
Properties
Name | Summary |
---|---|
authenticatedSessionId | var authenticatedSessionId: String? If a challenge was passed, an authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge |
ssksId | val ssksId: String The SSKS ID of the stored identity, which can be used by your backend to manage it |