Class ExchangeCodeForDuoToken

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
    • Constructor Detail

      • ExchangeCodeForDuoToken

        public ExchangeCodeForDuoToken()
    • Method Detail

      • logDecodedTokenPayload

        private void logDecodedTokenPayload​(@Nullable
                                            com.nimbusds.jwt.JWT token)
        If the token is not encrypted, and the original parsed parts exist, log the payload base64url decoded. Otherwise do nothing.
        Parameters:
        token - the JWT