admin-auth-query-strategies.gql 169 B

123456789101112131415
  1. query {
  2. authentication {
  3. strategies {
  4. isEnabled
  5. key
  6. props
  7. title
  8. useForm
  9. config {
  10. key
  11. value
  12. }
  13. }
  14. }
  15. }