A String representing the OAuth or OIDC token.

Namespace:  FileNet.Api.Authentication
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public ReadOnly Property Token As String
C#
public string Token { get; }
Visual C++
public:
property String^ Token {
	String^ get ();
}
JavaScript
function get_token();

ToggleSee Also