Part of twisted.conch.checkers View Source View In Hierarchy
| Present Since | 15.0.0 | |
| Method | getAuthorizedKeys | Gets an iterable of authorized keys that are valid for the given 
avatarId. | 
  
avatarId.| Parameters | avatarId | the ID of the avatar (type: valid return value of twisted.cred.checkers.ICredentialsChecker.requestAvatarId) | 
| Returns | an iterable of twisted.conch.ssh.keys.Key | |