Skip to content

Commit

Permalink
fix highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Nov 6, 2023
1 parent 7cfc99a commit 5083245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/quickstart/native/maui/interactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ To make sure it can properly reactivate your application after being redirected
}
```

## Instantiate the Auth0Client {{{ data-action="code" data-code="MainPage.xaml.cs#3-8" }}}
## Instantiate the Auth0Client {{{ data-action="code" data-code="MainPage.xaml.cs#3-10" }}}

To integrate Auth0 into your application, instantiate an instance of the `Auth0Client` class, passing an instance of `Auth0ClientOptions` that contains your Auth0 Domain, Client ID and the required Scopes.
Additionally, you also need to configure the `RedirectUri` and `PostLogoutRedirectUri` to ensure Auth0 can redirect back to the application using the URL(s) configured.
Expand Down

0 comments on commit 5083245

Please sign in to comment.