Home
last modified time | relevance | path

Searched refs:getCurrentTimeInSeconds (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-auth-session/src/__tests__/
H A DTokenRequest-test.node.ts5 getCurrentTimeInSeconds,
195 const tenMinsAgo = getCurrentTimeInSeconds() - 3600;
201 const tenMinsAgo = getCurrentTimeInSeconds() - 3600;
/expo/packages/expo-auth-session/build/
H A DTokenRequest.js10 export function getCurrentTimeInSeconds() { function
34 const now = getCurrentTimeInSeconds();
73 this.issuedAt = response.issuedAt ?? getCurrentTimeInSeconds();
83 this.issuedAt = response.issuedAt ?? this.issuedAt ?? getCurrentTimeInSeconds();
H A DTokenRequest.d.ts7 export declare function getCurrentTimeInSeconds(): number; function
H A DTokenRequest.js.map1getCurrentTimeInSeconds(): number {\n return Math.floor(Date.now() / 1000);\n}\n\n/**\n * Token R…
/expo/packages/expo-auth-session/src/
H A DTokenRequest.ts23 export function getCurrentTimeInSeconds(): number { function
50 const now = getCurrentTimeInSeconds();
91 this.issuedAt = response.issuedAt ?? getCurrentTimeInSeconds();
102 this.issuedAt = response.issuedAt ?? this.issuedAt ?? getCurrentTimeInSeconds();