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

CreateRequestOptions

Mika Berglund edited this page Feb 28, 2022 · 5 revisions

CreateRequestOptions Class

An options class for creating HTTP request objects using the BlazoradeRequestFactory service.

Properties

Name Type Description
RequestUri Uri The URI to send the request to.
Scopes IEnumerable<string> A set of scopes (permissions) the access token on the created request object must at least have.
Method HttpMethod The method of the request.
LoginHint string? The login hint to use in case an interactive login process is required. This is the preferred user name of the user.
FallbackToDefaultLoginHint bool If LoginHint is not specified, Blazorade MSAL will fall back to any login stored from a previous interaction.
Prompt LoginPrompt? Defines different prompt behiaviours.

Clone this wiki locally