Token
This property sets the new or refreshed access token in this object.
Declaration
// C#
public char[] Token { set; }Description
This property can hold an access token.
The char[] used to set the value of this property will be cleared by ODP.NET for security reasons. The application should not depend on this char[] once this property is called.