Searched refs:getCurrentTimeInSeconds (Results 1 – 5 of 5) sorted by relevance
5 getCurrentTimeInSeconds,195 const tenMinsAgo = getCurrentTimeInSeconds() - 3600;201 const tenMinsAgo = getCurrentTimeInSeconds() - 3600;
10 export function getCurrentTimeInSeconds() { function34 const now = getCurrentTimeInSeconds();73 this.issuedAt = response.issuedAt ?? getCurrentTimeInSeconds();83 this.issuedAt = response.issuedAt ?? this.issuedAt ?? getCurrentTimeInSeconds();
7 export declare function getCurrentTimeInSeconds(): number; function
1 …getCurrentTimeInSeconds(): number {\n return Math.floor(Date.now() / 1000);\n}\n\n/**\n * Token R…
23 export function getCurrentTimeInSeconds(): number { function50 const now = getCurrentTimeInSeconds();91 this.issuedAt = response.issuedAt ?? getCurrentTimeInSeconds();102 this.issuedAt = response.issuedAt ?? this.issuedAt ?? getCurrentTimeInSeconds();