MobileServicePKCEAuthentication.GetAuthorizationCodeAsync 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.
Returns the authorization code needed to complete the transaction.
public abstract System.Threading.Tasks.Task<string> GetAuthorizationCodeAsync ();
abstract member GetAuthorizationCodeAsync : unit -> System.Threading.Tasks.Task<string>
Public MustOverride Function GetAuthorizationCodeAsync () As Task(Of String)