method
Store.VerifyEmailWithToken
func (backend *Store) VerifyEmailWithToken(
ctx context.Context,
collectionID schema.StableID,
tokenHash string,
now time.Time,
) (string, error)Public method Store.VerifyEmailWithToken from github.com/riducms/ridu/adapters/postgres.