*Why*
We should have cross-platform need a class to represent the current logged user.
*What*
We can look at the current user module implementation for this Android and iOS auth modules:
https://github.com/aerogear/aerogear-ios-sdk/blob/master/modules/auth/User.swift https://github.com/aerogear/aerogear-android-sdk/blob/master/auth/src/main/java/org/aerogear/mobile/auth/user/UserPrincipal.java
They are similar to each other.
We should be able to create the User model class in the shared Xamarin project. [Trello link|https://trello.com/c/0wCbyXHK] |
|