Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
device-bound-session-credentials
/
excludeInScopeSpecification
/
excluded_verify_authenticated.py
blob: d4a7dce24b0b90ad4b8c3bb2a7c2aa6fb830edaa [
file
] [
log
] [
blame
] [
edit
]
import
importlib
util
=
importlib
.
import_module
(
'device-bound-session-credentials.verify_authenticated_util'
)
def
main
(
request
,
response
):
return
util
.
verify_authenticated
(
request
,
response
)