MicrosoftAccountAuthenticatedContext.AccessToken Property
Gets the access token provided by the Microsoft authentication service
Namespace: Microsoft.Owin.Security.MicrosoftAccount
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
Syntax
'Declaration
Public Property AccessToken As String
Get
Private Set
'Usage
Dim instance As MicrosoftAccountAuthenticatedContext
Dim value As String
value = instance.AccessToken
public string AccessToken { get; private set; }
public:
property String^ AccessToken {
String^ get ();
private: void set (String^ value);
}
member AccessToken : string with get, private set
function get AccessToken () : String
private function set AccessToken (value : String)
Property Value
Type: System.String