예제 #1
0
        public MainPage()
        {
            this.InitializeComponent();

            auth0Client = new Auth0Client("", "");
        }
예제 #2
0
        public MainPage()
        {
            this.InitializeComponent();

            auth0Client = new Auth0Client("Your domain", "Your client ID");
        }