mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-15 23:51:11 +00:00
fix: sorting by PKCE and re-auth of OIDC clients
This commit is contained in:
@@ -54,8 +54,8 @@ type OidcClient struct {
|
|||||||
ImageType *string
|
ImageType *string
|
||||||
DarkImageType *string
|
DarkImageType *string
|
||||||
IsPublic bool
|
IsPublic bool
|
||||||
PkceEnabled bool `filterable:"true"`
|
PkceEnabled bool `sortable:"true" filterable:"true"`
|
||||||
RequiresReauthentication bool `filterable:"true"`
|
RequiresReauthentication bool `sortable:"true" filterable:"true"`
|
||||||
Credentials OidcClientCredentials
|
Credentials OidcClientCredentials
|
||||||
LaunchURL *string
|
LaunchURL *string
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user