Auth (pyvo.auth)¶
This module contains submodules which help handle auth when communicating with virtual observatory services.
Reference/API¶
pyvo.auth Package¶
Classes¶
| A requests-like session that pyvo can use to dispatch its network calls with authentication. | |
| 
 | AuthURLs helps determine which security method should be used with a given URL. | 
| The credential store takes user credentials, and uses them to create appropriate requests sessions for dispatching requests using those credentials. |