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
"The encoding of the output. The legal values are \"hex\" and \"base64\". The result is generated accordingly as xs:base64Binary string or xs:hexBinary string."))));
59
+
returnsOpt(Type.STRING),
60
+
arities(
61
+
arity(
62
+
FS_HMAC_PARAM_DATA,
63
+
FS_HMAC_PARAM_KEY,
64
+
FS_HMAC_PARAM_ALGORITHM
65
+
),
66
+
arity(
67
+
FS_HMAC_PARAM_DATA,
68
+
FS_HMAC_PARAM_KEY,
69
+
FS_HMAC_PARAM_ALGORITHM,
70
+
param("encoding", Type.STRING, "The encoding of the output. The legal values are \"hex\" and \"base64\". The result is generated accordingly as xs:base64Binary string or xs:hexBinary string.")
0 commit comments