options property

String? options
getter/setter pair

A set of features that Security Token Service supports, in addition to the standard OAuth 2.0 token exchange, formatted as a serialized JSON object of Options.

The size of the parameter value must not exceed 4096 characters.

Implementation

core.String? options;