You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'description' => __( 'If true, this will revoke the users JWT secret. If false, this will unrevoke the JWT secret AND issue a new one. To revoke, the user must have proper capabilities to edit users JWT secrets.', 'wp-graphql-jwt-authentication' ),
161
-
];
162
-
$fields['refreshJwtUserSecret'] = [
163
-
'type' => Types::boolean(),
164
-
'description' => __( 'If true, this will refresh the users JWT secret.' ),
'description' => __( 'If true, this will revoke the users JWT secret. If false, this will unrevoke the JWT secret AND issue a new one. To revoke, the user must have proper capabilities to edit users JWT secrets.', 'wp-graphql-jwt-authentication' ),
155
+
],
156
+
'refreshJwtUserSecret' => [
157
+
'type' => 'Boolean',
158
+
'description' => __( 'If true, this will refresh the users JWT secret.' ),
0 commit comments