adk_bearer_auth (erlang_adk v0.7.0)
View SourceStrict extraction of OAuth bearer credentials from HTTP headers.
This module intentionally has no query-string API. Access tokens are accepted only from a single Authorization header and are never included in an error value.
Summary
Types
Functions
-spec extract(map() | [{term(), term()}]) -> {ok, binary()} | {error, error_reason()}.