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