Create Account Response
data class CreateAccountResponse(val accessJwt: String, val refreshJwt: String, val handle: Handle, val did: Did, val didDoc: JsonContent? = null)
Account login session returned on successful account creation.
Parameters
did
The DID of the new account.
did Doc
Complete DID document.
Constructors
Link copied to clipboard
constructor(accessJwt: String, refreshJwt: String, handle: Handle, did: Did, didDoc: JsonContent? = null)