Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32768827
siwe-context.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
304 B
Referenced Files
None
Subscribers
None
siwe-context.js
View Options
// @flow
import
*
as
React
from
'react'
;
export
type
SIWEContextType
=
{
+
siweNonce
:
?
string
,
+
siwePrimaryIdentityPublicKey
:
?
string
,
};
const
SIWEContext
:
React
.
Context
<
SIWEContextType
>
=
React
.
createContext
({
siweNonce
:
null
,
siwePrimaryIdentityPublicKey
:
null
,
});
export
{
SIWEContext
};
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Fri, Jan 9, 12:41 PM (20 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5865981
Default Alt Text
siwe-context.js (304 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment