Select Git revision
BearerAuthenticatorTest.php
-
Reiter, Christoph authored
instead we provide a authenticator specific provider which gets used in the core to provide a full session interface.
Reiter, Christoph authoredinstead we provide a authenticator specific provider which gets used in the core to provide a full session interface.
BUILD.bazel 442 B
package(default_visibility = ["//visibility:public"])
cc_library(
name = "pico_binary_info",
hdrs = [
"include/pico/binary_info.h",
"include/pico/binary_info/code.h",
"include/pico/binary_info/defs.h",
"include/pico/binary_info/structure.h",
],
includes = ["include"],
deps = [
"//src/common/pico_base:pico_base_interface",
"//src/common/pico_base:pico_platform",
],
)