JDBC device_code authorization
Issue gh-1156
This commit is contained in:
committed by
Steve Riesenberg
parent
8e04da773d
commit
cf7ecc161d
@@ -29,5 +29,13 @@ CREATE TABLE oauth2_authorization (
|
||||
refresh_token_issued_at timestamp DEFAULT NULL,
|
||||
refresh_token_expires_at timestamp DEFAULT NULL,
|
||||
refresh_token_metadata blob DEFAULT NULL,
|
||||
user_code_value blob DEFAULT NULL,
|
||||
user_code_issued_at timestamp DEFAULT NULL,
|
||||
user_code_expires_at timestamp DEFAULT NULL,
|
||||
user_code_metadata blob DEFAULT NULL,
|
||||
device_code_value blob DEFAULT NULL,
|
||||
device_code_issued_at timestamp DEFAULT NULL,
|
||||
device_code_expires_at timestamp DEFAULT NULL,
|
||||
device_code_metadata blob DEFAULT NULL,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user