setTokens method
Implementation
void setTokens(String did, String handle, String email, String accessJwt,
String refreshJwt) {
this.did = did;
this.handle = handle;
this.email = email;
this.accessJwt = accessJwt;
this.refreshJwt = refreshJwt;
}