Update topics/oidc/javascript-adapter.adoc
This commit is contained in:
parent
b6cbb82bda
commit
3e756875b2
1 changed files with 2 additions and 2 deletions
|
@ -288,13 +288,13 @@ Options is an Object, where:
|
||||||
|
|
||||||
Redirects to registration form. Shortcut for login with option action = 'register'
|
Redirects to registration form. Shortcut for login with option action = 'register'
|
||||||
|
|
||||||
Options are same as login method but 'action' is set to 'register'
|
Options are same as for the login method but 'action' is set to 'register'
|
||||||
|
|
||||||
====== createRegisterUrl(options)
|
====== createRegisterUrl(options)
|
||||||
|
|
||||||
Returns the url to registration page. Shortcut for createLoginUrl with option action = 'register'
|
Returns the url to registration page. Shortcut for createLoginUrl with option action = 'register'
|
||||||
|
|
||||||
Options are same as createLoginUrl method but 'action' is set to 'register'
|
Options are same as for the createLoginUrl method but 'action' is set to 'register'
|
||||||
|
|
||||||
====== accountManagement()
|
====== accountManagement()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue