obspy.clients.fdsn.client.Client.set_credentials

Client.set_credentials(user, password)[source]

Set user and password resulting in subsequent web service requests for waveforms being authenticated for potential access to restricted data.

This will overwrite any previously set-up credentials/authentication.

Parameters:
  • user (str) – User name of credentials.

  • password (str) – Password for given user name.