parent
74d34ab744
commit
337513a559
|
@ -169,6 +169,10 @@ CREATE TABLE IF NOT EXISTS client_details (
|
||||||
initiate_login_uri VARCHAR(2048),
|
initiate_login_uri VARCHAR(2048),
|
||||||
clear_access_tokens_on_refresh BOOLEAN DEFAULT true NOT NULL,
|
clear_access_tokens_on_refresh BOOLEAN DEFAULT true NOT NULL,
|
||||||
|
|
||||||
|
software_statement VARCHAR(4096),
|
||||||
|
|
||||||
|
code_challenge_method VARCHAR(256),
|
||||||
|
|
||||||
UNIQUE (client_id)
|
UNIQUE (client_id)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -169,6 +169,10 @@ CREATE TABLE IF NOT EXISTS client_details (
|
||||||
initiate_login_uri VARCHAR(2048),
|
initiate_login_uri VARCHAR(2048),
|
||||||
clear_access_tokens_on_refresh BOOLEAN DEFAULT true NOT NULL,
|
clear_access_tokens_on_refresh BOOLEAN DEFAULT true NOT NULL,
|
||||||
|
|
||||||
|
software_statement VARCHAR(4096),
|
||||||
|
|
||||||
|
code_challenge_method VARCHAR(256),
|
||||||
|
|
||||||
UNIQUE (client_id)
|
UNIQUE (client_id)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue