summaryrefslogtreecommitdiff
path: root/session.h
blob: e14f976354cb870d0035dbf651c7f4e11106b429 (plain)
1
2
3
4
5
6
struct shopify_session {
	char *shop;
	char *nonce;
	char *token;
	char *scope;
};