feat: add identity.launchWebAuthFlow() in metadata. (#39)
Provides the api metadata for the identity.launchWebAuthFlow API method (which fixes #80)
This commit is contained in:
parent
49ce6ef155
commit
13d0ced89e
|
@ -238,6 +238,12 @@
|
|||
"maxArgs": 0
|
||||
}
|
||||
},
|
||||
"identity": {
|
||||
"launchWebAuthFlow": {
|
||||
"minArgs": 1,
|
||||
"maxArgs": 1
|
||||
}
|
||||
},
|
||||
"idle": {
|
||||
"queryState": {
|
||||
"minArgs": 1,
|
||||
|
|
Loading…
Reference in New Issue