A request to confirm the identity of a user.
|
|
__init__(self,
identity,
return_to,
trust_root=None,
immediate=False,
assoc_handle=None,
op_endpoint=None,
claimed_id=None)
Construct me. |
source code
|
|
|
|
|
|
bool
|
idSelect(self)
Is the identifier to be selected by the IDP? |
source code
|
|
|
bool
|
trustRootValid(self)
Is my return_to under my trust_root? |
source code
|
|
|
bool
|
returnToVerified(self)
Does the relying party publish the return_to URL for this response
under the realm? It is up to the provider to set a policy for what
kinds of realms should be allowed. |
source code
|
|
|
OpenIDResponse
|
answer(self,
allow,
server_url=None,
identity=None,
claimed_id=None)
Respond to this request. |
source code
|
|
|
str
|
|
|
str
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|