1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

Update Client.ts

This commit is contained in:
Allan Bowe
2022-11-15 11:00:42 +00:00
committed by GitHub
parent 96399ecbbe
commit 3ea444756c

View File

@@ -13,12 +13,12 @@ export interface ClientPayload {
*/
clientSecret: string
/**
* Number of seconds after which access token will expire
* Number of seconds after which access token will expire. Default is 86400 (1 day)
* @example 86400
*/
accessTokenExpiration?: number
/**
* Number of days after which access token will expire
* Number of seconds after which access token will expire. Default is 2592000 (30 days)
* @example 2592000
*/
refreshTokenExpiration?: number