sveltekit-oidc - v1.1.1
Preparing search index...
OIDCHandleLocals
Type Alias OIDCHandleLocals
type
OIDCHandleLocals
=
{
claims
?:
OIDCUserClaims
;
clearSession
:
()
=>
Promise
<
void
>
;
isAuthenticated
:
boolean
;
requireAuth
:
()
=>
Promise
<
OIDCSession
>
;
session
:
OIDCSession
|
null
;
user
?:
OIDCUserClaims
;
}
Index
Properties
claims?
clear
Session
is
Authenticated
require
Auth
session
user?
Properties
Optional
claims
claims
?:
OIDCUserClaims
clear
Session
clearSession
:
()
=>
Promise
<
void
>
is
Authenticated
isAuthenticated
:
boolean
require
Auth
requireAuth
:
()
=>
Promise
<
OIDCSession
>
session
session
:
OIDCSession
|
null
Optional
user
user
?:
OIDCUserClaims
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
claims
clear
Session
is
Authenticated
require
Auth
session
user
sveltekit-oidc - v1.1.1
Loading...