Skip to main content

authn

Datalayer client authentication mixin.

class AuthnMixin()

Provide authentication methods for Datalayer client.

This mixin expects the implementing class to provide:

  • urls property: DatalayerURLs instance with run_url and iam_url

urls

Return URLs property that must be implemented by the inheriting class.