Base type of all token procedure context objects.

Hierarchy

Properties

json: Json

Get the JSON helper for serializing/de-serializing JavaScript and Java types.

request: ScriptRequest

The original request object. This can be used to access headers and parameters passed in the original request.

response: ScriptResponse

The Response object. Can be used to modify cookies in the response.

tokenProcedureContextName: string

Returns

a string that describes the type of this token procedure context.

Methods

  • Returns

    a string that describes the type of this token procedure context.

    Returns string