GData.GoaAuthorizer¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
The GOA account providing authentication. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GData.GoaAuthorizer(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
All the fields in the
GData.GoaAuthorizer
structure are private and should never be accessed directly.New in version 0.13.1.
- classmethod new(goa_object)¶
- Parameters:
goa_object (
Goa.Object
) – the GOA account providing authentication- Returns:
a new
GData.GoaAuthorizer
; unref withGObject.Object.unref
()- Return type:
Create a new
GData.GoaAuthorizer
using the authentication token from the given goa_object.New in version 0.13.1.
- get_goa_object()¶
- Returns:
the GOA account providing authentication
- Return type:
The GOA account providing authentication. This is the same as
GData.GoaAuthorizer
:goa-object
.New in version 0.13.1.
Property Details¶
- GData.GoaAuthorizer.props.goa_object¶
- Name:
goa-object
- Type:
- Default Value:
- Flags:
The GOA account providing authentication. This should have all the necessary services enabled on it.
New in version 0.13.1.