Playwright Power Platform Toolkit v0.0.4
Playwright Power Platform Toolkit / TokenExpirationCheck
Interface: TokenExpirationCheck
Defined in: utils/auth-helpers.ts:38
Token expiration check result
Properties
expired
expired:
boolean
Defined in: utils/auth-helpers.ts:40
Whether the token has expired
expiresOn?
optionalexpiresOn:number
Defined in: utils/auth-helpers.ts:42
Expiration timestamp in seconds (if found)
token?
optionaltoken:string
Defined in: utils/auth-helpers.ts:44
Token string (if found)