How do I create a Xamarin Forms login app to consume an api to authenticate the user using the MVVM Model?

Mutai08 0 Reputation points
2023-05-12T13:34:23.46+00:00

The code should contain MVVM pattern architecture

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,293 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,366 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,485 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,945 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
762 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Bruce (SqlWork.com) 55,366 Reputation points
    2023-05-12T17:43:44.2033333+00:00

    if you are using oauth, then typically a webview is required. you will want a client sdk for this as coding the login is a little complex. see the web authenticator

    https://learn.microsoft.com/en-us/xamarin/essentials/web-authenticator?tabs=android

    0 comments No comments