@ -82,7 +82,7 @@ public final class JdbcOneTimeTokenService implements OneTimeTokenService, Dispo
@@ -82,7 +82,7 @@ public final class JdbcOneTimeTokenService implements OneTimeTokenService, Dispo
// @formatter:on
// @formatter:off
privatestaticfinalStringSAVE_AUTHORIZED_CLIENT_SQL="INSERT INTO "+TABLE_NAME
privatestaticfinalStringSAVE_ONE_TIME_TOKEN_SQL="INSERT INTO "+TABLE_NAME
+" ("+COLUMN_NAMES+") VALUES (?, ?, ?)";
// @formatter:on
@ -97,7 +97,7 @@ public final class JdbcOneTimeTokenService implements OneTimeTokenService, Dispo
@@ -97,7 +97,7 @@ public final class JdbcOneTimeTokenService implements OneTimeTokenService, Dispo
// @formatter:on
// @formatter:off
privatestaticfinalStringDELETE_SESSIONS_BY_EXPIRY_TIME_QUERY="DELETE FROM "
privatestaticfinalStringDELETE_ONE_TIME_TOKENS_BY_EXPIRY_TIME_QUERY="DELETE FROM "
+TABLE_NAME
+" WHERE expires_at < ?";
// @formatter:on
@ -113,7 +113,7 @@ public final class JdbcOneTimeTokenService implements OneTimeTokenService, Dispo
@@ -113,7 +113,7 @@ public final class JdbcOneTimeTokenService implements OneTimeTokenService, Dispo
@ -141,7 +141,7 @@ public final class JdbcOneTimeTokenService implements OneTimeTokenService, Dispo
@@ -141,7 +141,7 @@ public final class JdbcOneTimeTokenService implements OneTimeTokenService, Dispo
@ -192,7 +192,7 @@ public final class JdbcOneTimeTokenService implements OneTimeTokenService, Dispo
@@ -192,7 +192,7 @@ public final class JdbcOneTimeTokenService implements OneTimeTokenService, Dispo