A Provider Authentication Policy request, sent from a relying party to
a provider
|
|
__init__(self,
preferred_auth_policies=None,
max_auth_age=None,
preferred_auth_level_types=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
| addAuthLevel(self,
auth_level_uri,
alias=None) |
source code
|
|
|
|
|
|
None
|
|
|
[str]
|
preferredTypes(self,
supported_types)
Given a list of authentication policy URIs that a provider supports,
this method returns the subsequence of those types that are preferred
by the relying party. |
source code
|
|
|
Inherited from extension.Extension:
toMessage
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|