Skip to content

Commit de7faec

Browse files
bkhattakianhalpern
authored andcommitted
Update objects.py
1 parent 8688c3d commit de7faec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

payload/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class AccessToken(ARMObject):
44
__spec__ = {'object': 'access_token'}
55

6-
class ClientKey(AccessToken):
6+
class ClientToken(AccessToken):
77
__spec__ = { 'polymorphic': { 'type': 'client' } }
88

99
class Account(ARMObject):

0 commit comments

Comments
 (0)