Authority Class

This class represents an (already-validated) authority.

Once constructed, it contains members named ">>*<<_endpoint" for this instance. TODO: It will also cache the previously-validated authority instances.

Inheritance
builtins.object
Authority

Constructor

Authority(authority_url, http_client, validate_authority=True)

Parameters

authority_url
http_client
validate_authority
default value: True

Methods

user_realm_discovery

user_realm_discovery

user_realm_discovery(username, correlation_id=None, response=None)

Parameters

username
Required
correlation_id
default value: None
response
default value: None

Attributes

http_client