PushedAuthorizationContext.HandlePush(String) Method
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.
Tells the handler that the OnPushAuthorization event has handled the process of pushing authorization, and that the handler should use the provided request_uri on the subsequent authorize call.
public void HandlePush (string requestUri);
member this.HandlePush : string -> unit
Public Sub HandlePush (requestUri As String)
Parameters
- requestUri
- String