1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00
actix-extras/actix_web_httpauth/headers/authorization/sidebar-items.js
2022-07-21 01:52:33 +00:00

1 line
414 B
JavaScript

window.SIDEBAR_ITEMS = {"enum":[["ParseError","Possible errors while parsing `Authorization` header."]],"struct":[["Authorization","`Authorization` header, defined in RFC 7235"],["Basic","Credentials for `Basic` authentication scheme, defined in RFC 7617"],["Bearer","Credentials for `Bearer` authentication scheme, defined in RFC 6750."]],"trait":[["Scheme","Authentication scheme for `Authorization` header."]]};