summaryrefslogtreecommitdiffabout
path: root/include/opkele/oauth.h
Side-by-side diff
Diffstat (limited to 'include/opkele/oauth.h') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opkele/oauth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opkele/oauth.h b/include/opkele/oauth.h
index 14d0586..bc6c2fa 100644
--- a/include/opkele/oauth.h
+++ b/include/opkele/oauth.h
@@ -16,2 +16,4 @@ namespace opkele {
: key(k), secret(s) { }
+
+ bool empty() const { return key.empty() && secret.empty(); }
};