Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.

[Bug] WebAuthenticator with gogole auth 2.0 not returning back with the google auth 2.0 auth url #2104

Description

@zubair1995

Description

  var authUri = new Uri($"https://accounts.google.com/o/oauth2/auth?client_id={googleClinetID}&redirect_uri={callback}&response_type=code&scope=email");
                    var callbackUrl = new Uri("myapp://");

                    r = await WebAuthenticator.AuthenticateAsync(authUri, callbackUrl);

Steps to Reproduce

Expected Behavior

Actual Behavior

Basic Information

  • Version with issue:
  • Last known good version:
  • IDE:
  • Platform Target Frameworks:
    • iOS:
    • Android:
    • UWP:
  • Android Support Library Version:
  • Nuget Packages:
  • Affected Devices:

Screenshots

Reproduction Link

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions