mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
Add refresh_token to app grantTypes.
This commit is contained in:
@ -455,6 +455,7 @@ class ApplicationEditPage extends React.Component {
|
|||||||
{id: "client_credentials", name: "Client Credentials"},
|
{id: "client_credentials", name: "Client Credentials"},
|
||||||
{id: "token", name: "Token"},
|
{id: "token", name: "Token"},
|
||||||
{id: "id_token", name: "ID Token"},
|
{id: "id_token", name: "ID Token"},
|
||||||
|
{id: "refresh_token", name: "Refresh Token"},
|
||||||
].map((item, index) => <Option key={index} value={item.id}>{item.name}</Option>)
|
].map((item, index) => <Option key={index} value={item.id}>{item.name}</Option>)
|
||||||
}
|
}
|
||||||
</Select>
|
</Select>
|
||||||
|
Reference in New Issue
Block a user