keystoneauth1.access.service_providers module¶
- class keystoneauth1.access.service_providers.ServiceProviders(service_providers: List[ServiceProviderV3])
Bases:
object
Helper methods for dealing with Service Providers.
- __dict__ = mappingproxy({'__module__': 'keystoneauth1.access.service_providers', '__doc__': 'Helper methods for dealing with Service Providers.', '__init__': <function ServiceProviders.__init__>, 'from_token': <classmethod(<function ServiceProviders.from_token>)>, '_get_service_provider': <function ServiceProviders._get_service_provider>, 'get_sp_url': <function ServiceProviders.get_sp_url>, 'get_auth_url': <function ServiceProviders.get_auth_url>, '__dict__': <attribute '__dict__' of 'ServiceProviders' objects>, '__weakref__': <attribute '__weakref__' of 'ServiceProviders' objects>, '__annotations__': {}})
- __doc__ = 'Helper methods for dealing with Service Providers.'
- __init__(service_providers: List[ServiceProviderV3])
- __module__ = 'keystoneauth1.access.service_providers'
- __weakref__
list of weak references to the object (if defined)
- _get_service_provider(sp_id: str) ServiceProviderV3
- classmethod from_token(token: TokenResponseV3) ServiceProviders