IWebAuthenticatorResponseDecoder Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides abstractions used for decoding a URI returned from a authentication request, for use with IWebAuthenticator.
public interface class IWebAuthenticatorResponseDecoder
public interface IWebAuthenticatorResponseDecoder
type IWebAuthenticatorResponseDecoder = interface
Public Interface IWebAuthenticatorResponseDecoder
Methods
| DecodeResponse(Uri) |
Decodes the given URIs query string into a dictionary. |