Docs
Connect
Contracts
Engine
Pay
Tools
Tools
SDKs
SDKs
Search Docs
K
Support
Support
Changelog
TypeScript SDK
References
RefreshJWTParams
RefreshJWTParams
Defined in
thirdweb/src/utils/jwt/refresh-jwt.ts#L7
type
RefreshJWTParams
=
{
account
:
Account
;
expirationTime
?:
number
;
jwt
:
string
;
};
account
expirationTime
jwt
On this page