Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/eas_deno/cache/token-cache.ts>TokenCache

eas-deno is a TypeScript SDK that authenticates with the main EAS API through tokenization. Giving you the performance of Rust without having to learn FFI in Rust.
Latest
class TokenCache
import { TokenCache } from "https://deno.land/x/eas_deno@v1.1.5/cache/token-cache.ts";

Properties

expirationTime: number
token: string
tokenService: TokenService

Methods

private
setDate(decodedToken: any)
getToken(): Promise<string>
setCache(): Promise<void>