tokenKey property

String tokenKey
final

Session key under which the bearer token is stored; WtModel injects it as Authorization: Bearer <token> automatically when present.

Implementation

final String tokenKey;