4 lines
90 B
Python
4 lines
90 B
Python
from fastapi.security import HTTPBearer, OAuth2PasswordBearer
|
|
|
|
oauth2_http = HTTPBearer()
|