IWebAuthenticatorResponseDecoder
Namespace: Wisej.Hybrid.Shared.Authenticator
Assembly: Wisej.Hybrid
Provides abstractions used for decoding a URI returned from a authentication request, for use with the web authenticator.
- C#
- VB.NET
public interface IWebAuthenticatorResponseDecoder
Public Interface IWebAuthenticatorResponseDecoder
Methods
DecodeResponse(uri)
Decodes the given URIs query string into a dictionary.
| Parameter | Type | Description |
|---|---|---|
| uri | 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.