You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to wrap my head around PAS, I think these questions three are all part of the same misunderstanding I'm having:
Are there any limitations to the individual signals that can be stored using the updateSignals call (I see the 10-15 KB limit per owner, I'm more asking per signal, like bit limitations).
Why are the signals Base64 encoded? Is that just for the docs or is that a requirement?
Who determines the maxSize parameter for encodeSignals, and assuming it's the framework, what is it trying to do and how is it determined? Will this be determined somehow to enforce some privacy constraints?
I guess I'm ultimately trying to wrap my head around what the signals can be, what restrictions on their declaration and use might be in order to maintain privacy, etc.
The text was updated successfully, but these errors were encountered:
I'm trying to wrap my head around PAS, I think these questions three are all part of the same misunderstanding I'm having:
updateSignals
call (I see the 10-15 KB limit per owner, I'm more asking per signal, like bit limitations).maxSize
parameter forencodeSignals
, and assuming it's the framework, what is it trying to do and how is it determined? Will this be determined somehow to enforce some privacy constraints?I guess I'm ultimately trying to wrap my head around what the signals can be, what restrictions on their declaration and use might be in order to maintain privacy, etc.
The text was updated successfully, but these errors were encountered: