diff options
| -rw-r--r-- | lasso/id-ff/profile_context.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lasso/id-ff/profile_context.h b/lasso/id-ff/profile_context.h index 444d5942..efc70f53 100644 --- a/lasso/id-ff/profile_context.h +++ b/lasso/id-ff/profile_context.h @@ -51,6 +51,11 @@ typedef enum { lassoHttpMethodRedirect, } lassoHttpMethods; +typedef enum { + lassoProfileContextServiceProviderType = 1, + lassoProfileContextIdentityProviderType +} lassoProfileContextProviderTypes; + struct _LassoProfileContext { GObject parent; |
