authorization property

authorization property

Gets or sets the authorization.

Definition:

@property
def authorization(self):
    ...
@authorization.setter
def authorization(self, value):
    ...

See Also