Class: AccessToken

AccessToken(accountSid, keySid, secret, options)

new AccessToken(accountSid, keySid, secret, options)

Parameters:
Name Type Description
accountSid string The account's unique ID to which access is scoped
keySid string The signing key's unique ID
secret string The secret to sign the token with
options object ...
Properties
Name Type Attributes Default Description
ttl number <optional>
3600 Time to live in seconds
identity string <optional>
The identity of the first person
nbf number <optional>
Time from epoch in seconds for not before value
region string <optional>
The region value associated with this account
Source: