ChallengeResource.uri

This commit is contained in:
Jakub Warmuz 2015-03-25 18:37:55 +00:00
parent 34466f745b
commit 761994a5f8
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -142,6 +142,10 @@ class ChallengeResource(Resource, jose.JSONObjectWithFields):
"""
__slots__ = ('body', 'authz_uri')
@property
def uri(self):
return body.uri
class Challenge(ResourceBody):
"""Challenge resource body.