This *Why*
We need a class to represent the roles of the current user.
*What*
We can look at the current implementation for Android and iOS auth SDKs:
https://github.com/aerogear/aerogear-ios-sdk/blob/master/modules/auth/User.swift#L14 https://github.com/aerogear/aerogear-android-sdk/blob/master/auth/src/main/java/org/aerogear/mobile/auth/user/UserRole.java
We should be able to create a cross-platform implementation class in the shared Xamarin project for the roles.
[Trello link|https://trello.com/c/Ws797gPW] |
|