AuthResponse.Code Property
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.
Derived from the code
parameter of the authorization response.
public:
property Platform::String ^ Code { Platform::String ^ get(); };
winrt::hstring Code();
public string Code { get; }
var string = authResponse.code;
Public ReadOnly Property Code As String
Property Value
A string that represents the code from the authorization response.