docs: add prompt none to playground (#4894)

This commit is contained in:
mffap
2022-12-16 15:42:30 +01:00
committed by GitHub
parent b7e5fcb97b
commit 2663d0ff13
2 changed files with 8 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ export function SetAuthRequest() {
const allResponseTypes = ["code", "id_token", "id_token token"];
const allPrompts = ["", "login", "select_account", "create"];
const allPrompts = ["", "login", "select_account", "create", "none"];
const allAuthMethods = ["(none) PKCE", "Client Secret Basic"];