wiki/client/graph/admin-auth-query-strategies.gql

16 lines
169 B
Plaintext
Raw Normal View History

2018-06-03 23:41:29 -05:00
query {
authentication {
strategies {
isEnabled
key
props
title
useForm
config {
key
value
}
}
}
}