Account Information Access
Account Information Access
if (passport.user!=null){
await passport.getUser(). //gets the metadata associated with user
await passport.getAddress(). //gets the address associated with user
}Last updated