{"id":17197191,"url":"https://github.com/thomaslevesque/oauthui","last_synced_at":"2025-03-25T08:28:42.739Z","repository":{"id":19367747,"uuid":"22607884","full_name":"thomaslevesque/OAuthUI","owner":"thomaslevesque","description":"A portable class library that provides a UI for OAuth authentication on desktop and mobile platforms.","archived":false,"fork":false,"pushed_at":"2018-01-15T16:31:00.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T07:43:20.655Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thomaslevesque.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-04T14:48:40.000Z","updated_at":"2018-06-03T14:48:55.000Z","dependencies_parsed_at":"2022-09-13T14:52:15.622Z","dependency_job_id":null,"html_url":"https://github.com/thomaslevesque/OAuthUI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaslevesque%2FOAuthUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaslevesque%2FOAuthUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaslevesque%2FOAuthUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaslevesque%2FOAuthUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomaslevesque","download_url":"https://codeload.github.com/thomaslevesque/OAuthUI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245425505,"owners_count":20613175,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T01:55:45.778Z","updated_at":"2025-03-25T08:28:42.712Z","avatar_url":"https://github.com/thomaslevesque.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"OAuthUI\n=======\n\nA portable class library that provides a UI for OAuth authentication on desktop and mobile platforms.\n\nNote that OAuthUI handles *only* the UI aspects of OAuth, i.e. it displays a page in an embedded web browser and waits for redirection to the specified URI. Constructing the start URI and parsing the result URI is application-specific and outside the scope of this library.\n\nUsage\n-----\n\n```csharp\nvar handler = new OAuthUIHandler();\nvar result = await handler.AuthorizeAsync(startUri, redirectUri);\nif (result.Status == OAuthStatus.Success)\n{\n    // Parse the URI in result.Data to get the authorization code\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomaslevesque%2Foauthui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomaslevesque%2Foauthui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomaslevesque%2Foauthui/lists"}