Retrieve user information

You can retrieve the information of the current user with MBAuth.getUserProfile(success:failure).

Swift

MBAuth.getUserProfile(success: { user in
            
}, failure: { error in
            
})

Last updated

Was this helpful?