Enabling JSON web tokens (JWT) support

Token authentication is a mechanism for generalizing tokens such that they can be used for authentication to the Db2® Big SQL server in a unified method. The token, represented as a string and a token type are sent by the client to the server. The token is opaque to the client, but is understood and can be validated by the server.

For more information about token authentication, see Token authentication.