sveltekit-oidc - v1.1.1
Preparing search index...
OIDCSessionManagementConfig
Type Alias OIDCSessionManagementConfig
type
OIDCSessionManagementConfig
=
{
backChannelLogoutSessionSupported
:
boolean
;
backChannelLogoutSupported
:
boolean
;
checkSessionIframe
?:
string
;
clientId
:
string
;
loginPath
:
string
;
metadata
:
Pick
<
OIDCDiscoveryDocument
,
|
"issuer"
|
"check_session_iframe"
|
"end_session_endpoint"
|
"backchannel_logout_supported"
|
"backchannel_logout_session_supported"
,
>
;
redirectPath
:
string
;
supportsSessionIframe
:
boolean
;
}
Index
Properties
back
Channel
Logout
Session
Supported
back
Channel
Logout
Supported
check
Session
Iframe?
client
Id
login
Path
metadata
redirect
Path
supports
Session
Iframe
Properties
back
Channel
Logout
Session
Supported
backChannelLogoutSessionSupported
:
boolean
back
Channel
Logout
Supported
backChannelLogoutSupported
:
boolean
Optional
check
Session
Iframe
checkSessionIframe
?:
string
client
Id
clientId
:
string
login
Path
loginPath
:
string
metadata
metadata
:
Pick
<
OIDCDiscoveryDocument
,
|
"issuer"
|
"check_session_iframe"
|
"end_session_endpoint"
|
"backchannel_logout_supported"
|
"backchannel_logout_session_supported"
,
>
redirect
Path
redirectPath
:
string
supports
Session
Iframe
supportsSessionIframe
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
back
Channel
Logout
Session
Supported
back
Channel
Logout
Supported
check
Session
Iframe
client
Id
login
Path
metadata
redirect
Path
supports
Session
Iframe
sveltekit-oidc - v1.1.1
Loading...