Ggit.CredSshKeyFromAgent¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
The user name |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Ggit.CredSshKeyFromAgent(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Represents a ssh key agent credential.
- classmethod new(username)¶
- Parameters:
username (
str
) – the username.- Raises:
- Returns:
a new
Ggit.CredSshKeyFromAgent
orNone
if there was an error.- Return type:
Creates a new
Ggit.CredSshKeyFromAgent
.