Class TokenInfoParams

Class Documentation

class TokenInfoParams

Data structure for a custom service proxy posting, giving service name, operation name, set help and parameters.

Public Members

csp::common::String ServiceName

The service name for the requested token.

csp::common::String OperationName

The operation name for the requested token.

bool SetHelp

Whether to set help.

csp::common::Map<csp::common::String, csp::common::String> Parameters

Map of parameters required for the operation on the service.