IWebAuthenticatorResponseDecoder
Wisej.Hybrid.Shared.Authenticator.IWebAuthenticatorResponseDecoder
Last updated
Wisej.Hybrid.Shared.Authenticator.IWebAuthenticatorResponseDecoder
Last updated
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.
Decodes the given URIs query string into a dictionary.
Parameter | Type | Description |
---|---|---|
Returns: IDictionary<String, String>. A IDictionary object where each of the query parameters values of uri are accessible through their respective keys.
uri
The Uri object to decode the query parameters from.