IWebAuthenticatorResponseDecoder

Wisej.Hybrid.Shared.Authenticator.IWebAuthenticatorResponseDecoder

Namespace: Wisej.Hybrid.Shared.Authenticator

Assembly: Wisej.Hybrid (3.5.0.0)

Provides abstractions used for decoding a URI returned from a authentication request, for use with the web authenticator.

public interface IWebAuthenticatorResponseDecoder

Methods

Decodes the given URIs query string into a dictionary.

ParameterTypeDescription

uri

The Uri object to decode the query parameters from.

Returns: IDictionary<String, String>. A IDictionary object where each of the query parameters values of uri are accessible through their respective keys.

Last updated