This PR updates typing on the data argument of decodeClientDataJSON() to communicate that strings containing base64url-encoded values are the intended shape of the string the method currently accepts.
As the Base64URLString type is a simple type alias of string nothing functionally changes about this method.
This PR updates typing on the
data
argument ofdecodeClientDataJSON()
to communicate that strings containing base64url-encoded values are the intended shape of the string the method currently accepts.As the
Base64URLString
type is a simple type alias ofstring
nothing functionally changes about this method.Fixes #525.