This SDK documentation is outdated. Please do not refer to it, and instead visit the User Guides section.

Skip to main content
Version: Next

init

JWT.init({
jwtValiditySeconds?: number,
override?: {
functions?: function,
apis?: function,
}
})

Parameters#

jwtValiditySeconds (Optional)#

  • The validity in seconds to use when creating JWTs.
  • Default: If this option is not provided and no validity is provided to the createJWT function, the validity used is 3153600000 (100 years in seconds)

override (Optional)#

  • Use this feature to override how this recipe behaves.
  • Default: undefined
Looking for older versions of the documentation?
Which UI do you use?
Custom UI
Pre built UI