This commit is contained in:
JJTech0130 2023-07-31 16:45:45 -04:00
parent 5c592c9dee
commit ea0e72ac2b
No known key found for this signature in database
GPG key ID: 23C92EBCCF8F93D6

View file

@ -55,6 +55,7 @@ class IDSUser:
self._auth_keypair = auth_keypair
self.user_id = user_id
self.handles = handles
self.current_handle = self.handles[0]
# This is a separate call so that the user can make sure the first part succeeds before asking for validation data
def register(self, validation_data: str):