Skip to content

ms_graph: always use class-defined getters for OAuth properties

Andy Holmes requested to merge andyholmes/ms_graph/ensure-credentials into master

In some cases OAuth properties may be NULL, which results in dumping NULL into a GVariant and storing invalid data.

Always use the class-defined getters when OAuth properties are used, since they handle the fallbacks.

closes #325 (closed)

Merge request reports