elpete
09/21/2022, 5:19 PMrc
scope has email
, password
, and rememberMe
, those are the options you can pass to persist
.nolanerck
09/21/2022, 8:34 PMelpete
09/21/2022, 8:49 PMpersistStruct
argument.nolanerck
09/21/2022, 8:51 PMelpete
09/21/2022, 9:05 PMpersist
only checks the rc
(request collection). If you want to pass keys from anywhere else (including the prc
) create a struct to pass to persistStruct
that has the keys and values you are interested in.