-
Notifications
You must be signed in to change notification settings - Fork 603
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26c2ca9
commit ef9011c
Showing
163 changed files
with
37,714 additions
and
17,322 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,268 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title> EphemeralStore</title> | ||
|
||
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script> | ||
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script> | ||
<script src="./build/entry.js"></script> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | ||
<!--[if lt IE 9]> | ||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto:100,400,700|Inconsolata,700" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> | ||
<link type="text/css" rel="stylesheet" href="https://jmblog.github.io/color-themes-for-google-code-prettify/themes/tomorrow-night.min.css"> | ||
<link type="text/css" rel="stylesheet" href="styles/app.min.css"> | ||
<link type="text/css" rel="stylesheet" href="styles/iframe.css"> | ||
<link type="text/css" rel="stylesheet" href=""> | ||
<script async defer src="https://buttons.github.io/buttons.js"></script> | ||
|
||
|
||
</head> | ||
|
||
|
||
|
||
<body class="layout small-header"> | ||
<div id="stickyNavbarOverlay"></div> | ||
|
||
|
||
<div class="top-nav"> | ||
<div class="inner"> | ||
<a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false"> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
</a> | ||
<div class="logo"> | ||
|
||
|
||
</div> | ||
<div class="menu"> | ||
|
||
<div class="navigation"> | ||
<a | ||
href="index.html" | ||
class="link" | ||
> | ||
Documentation | ||
</a> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="main"> | ||
<div | ||
class="sidebar " | ||
id="sidebarNav" | ||
> | ||
|
||
<nav> | ||
|
||
<h2><a href="index.html">Documentation</a></h2><div class="category"><h3>Modules</h3><ul><li><a href="module-ember-simple-auth_authenticators_oauth2-implicit-grant.html">ember-simple-auth/authenticators/oauth2-implicit-grant</a></li></ul><h3>Classes</h3><ul><li><a href="AdaptiveStore.html">AdaptiveStore</a></li><li><a href="BaseAuthenticator.html">BaseAuthenticator</a></li><li><a href="BaseStore.html">BaseStore</a></li><li><a href="Configuration.html">Configuration</a></li><li><a href="CookieStore.html">CookieStore</a></li><li><a href="DeviseAuthenticator.html">DeviseAuthenticator</a></li><li><a href="EphemeralStore.html">EphemeralStore</a></li><li><a href="LocalStorageStore.html">LocalStorageStore</a></li><li><a href="OAuth2PasswordGrantAuthenticator.html">OAuth2PasswordGrantAuthenticator</a></li><li><a href="SessionService.html">SessionService</a></li><li><a href="SessionStorageStore.html">SessionStorageStore</a></li><li><a href="ToriiAuthenticator.html">ToriiAuthenticator</a></li><li><a href="module-ember-simple-auth_authenticators_oauth2-implicit-grant-OAuth2ImplicitGrantAuthenticator.html">OAuth2ImplicitGrantAuthenticator</a></li></ul><h3>Events</h3><ul><li><a href="BaseAuthenticator.html#.event:sessionDataInvalidated">sessionDataInvalidated</a></li><li><a href="BaseAuthenticator.html#.event:sessionDataUpdated">sessionDataUpdated</a></li><li><a href="BaseStore.html#.event:sessionDataUpdated">sessionDataUpdated</a></li><li><a href="OAuth2PasswordGrantAuthenticator.html#.event:sessionDataUpdated">sessionDataUpdated</a></li><li><a href="SessionService.html#.event:authenticationSucceeded">authenticationSucceeded</a></li><li><a href="SessionService.html#.event:invalidationSucceeded">invalidationSucceeded</a></li></ul></div> | ||
|
||
</nav> | ||
</div> | ||
<div class="core" id="main-content-wrapper"> | ||
<div class="content"> | ||
<header class="page-title"> | ||
<p>Class</p> | ||
<h1>EphemeralStore</h1> | ||
</header> | ||
|
||
|
||
|
||
|
||
|
||
<section> | ||
|
||
<header> | ||
|
||
<h2><span class="attribs"><span class="type-signature"></span></span>EphemeralStore<span class="signature">()</span><span class="type-signature"></span></h2> | ||
|
||
|
||
</header> | ||
|
||
<article> | ||
<div class="container-overview"> | ||
|
||
|
||
<div class='vertical-section'> | ||
<div class="members"> | ||
<div class="member"> | ||
<div class=name> | ||
<span class="tag">Constructor</span> | ||
</div> | ||
|
||
|
||
|
||
|
||
<h4 class="name" id="EphemeralStore"> | ||
<a class="href-link" href="#EphemeralStore">#</a> | ||
|
||
<span class="code-name"> | ||
|
||
new EphemeralStore<span class="signature">()</span><span class="type-signature"></span> | ||
|
||
</span> | ||
</h4> | ||
|
||
|
||
|
||
|
||
<div class="description"> | ||
<p>Session store that <strong>persists data in memory and thus is not actually | ||
persistent</strong>. It does also not synchronize the session's state across | ||
multiple tabs or windows as those cannot share memory. <strong>This store is mainly | ||
useful for testing and will automatically be used when running tests.</strong></p> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<dl class="details"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<p class="tag-source"> | ||
<a href="session-stores_ephemeral.js.html" class="button">View Source</a> | ||
<span> | ||
<a href="session-stores_ephemeral.js.html">session-stores/ephemeral.js</a>, <a href="session-stores_ephemeral.js.html#line4">line 4</a> | ||
</span> | ||
</p> | ||
|
||
</dl> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
|
||
<h3 class="subsection-title">Extends</h3> | ||
|
||
|
||
|
||
|
||
<ul> | ||
<li><a href="BaseStore.html">BaseStore</a></li> | ||
</ul> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</article> | ||
|
||
</section> | ||
|
||
|
||
|
||
|
||
</div> | ||
|
||
<footer class="footer"> | ||
<div class="content has-text-centered"> | ||
<p>Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a></p> | ||
<p class="sidebar-created-by"> | ||
<a href="https://github.com/SoftwareBrothers/better-docs" target="_blank">BetterDocs theme</a> provided with <i class="fas fa-heart"></i> by | ||
<a href="http://softwarebrothers.co" target="_blank">SoftwareBrothers - JavaScript Development Agency</a> | ||
</p> | ||
</div> | ||
</footer> | ||
|
||
</div> | ||
<div id="side-nav" class="side-nav"> | ||
</div> | ||
</div> | ||
<script src="scripts/app.min.js"></script> | ||
<script>PR.prettyPrint();</script> | ||
<script src="scripts/linenumber.js"> </script> | ||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.