Skip to content

Need change TimeOut #77

Description

@maxbagrov2

I need to extend KeycloakOptions with a TimeOut option and use here:

	private IFlurlRequest GetBaseUrl(string authenticationRealm) =>
		new Url(_url).AppendPathSegment(_options.Prefix)
					 .WithSettings(settings => settings.JsonSerializer = _serializer)
					 .WithAuthentication(_getToken,
										 _url,
										 _options.AuthenticationRealm ?? authenticationRealm,
										 _userName,
										 _password,
										 _clientSecret,
										 _options)
					 .WithTimeout(_options.TimeOut );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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