secretsTestOverride property

  1. @visibleForTesting
AuthenticationTokenSecrets? secretsTestOverride
getter/setter pair

Secrets to the used for testing. Also affects the internally used JwtUtil and RefreshTokenSecretHash

Implementation

@visibleForTesting
static AuthenticationTokenSecrets? secretsTestOverride;