For the complete documentation index, see llms.txt. This page is also available as Markdown.

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