authorization property

authorization property

Definition:

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

See Also