Msg.GoaAuthorizer¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w/co |
The GOA account to authenticate. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Msg.GoaAuthorizer(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Msg.GoaAuthorizerstructure contains only private data and should only be accessed using the provided API.- classmethod new(goa_object)¶
- Parameters:
goa_object (
Goa.Object) – AGoa.Objectrepresenting a MS Graph account.- Returns:
A new
Msg.GoaAuthorizer. Free the returned object withGObject.Object.unref().- Return type:
Creates a new
Msg.GoaAuthorizerusing goa_object.
- get_goa_object()¶
- Returns:
A
Goa.Object. The returned object is owned byMsg.GoaAuthorizerand should not be modified or freed.- Return type:
Gets the GOA account used by self for authorization.
Property Details¶
- Msg.GoaAuthorizer.props.goa_object¶
- Name:
goa-object- Type:
- Default Value:
- Flags:
The GOA account to authenticate.