Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save trycf/b0e07b591aa59a7580f76e13d7aaab87 to your computer and use it in GitHub Desktop.

Select an option

Save trycf/b0e07b591aa59a7580f76e13d7aaab87 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
function setVerificationToken(
numeric userID
, numeric regID
, numeric threshold
, string channel
, string token
){
return 1;
}
writedump(setVerificationToken)
writedump(getMetaData(setVerificationToken))
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment