ic-reactor
Example
GitHub
Preparing search index...
react
types
AuthHooksReturnType
Interface AuthHooksReturnType
interface
AuthHooksReturnType
{
useAuth
:
(
options
?:
UseAuthParameters
)
=>
UseAuthReturnType
;
useAuthState
:
()
=>
types
.
AuthState
;
useUserPrincipal
:
()
=>
undefined
|
types
.
Principal
;
}
Hierarchy (
View Summary
)
AuthHooksReturnType
CreateReactorReturnType
types
.
AgentContext
CreateAgentContextReturnType
Index
Properties
use
Auth
use
Auth
State
use
User
Principal
Properties
use
Auth
useAuth
:
(
options
?:
UseAuthParameters
)
=>
UseAuthReturnType
use
Auth
State
useAuthState
:
()
=>
types
.
AuthState
use
User
Principal
useUserPrincipal
:
()
=>
undefined
|
types
.
Principal
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
use
Auth
use
Auth
State
use
User
Principal
Example
GitHub
ic-reactor
Loading...