KEYCLOAK-17684: fix definition of createAccountUrl parameter
This commit is contained in:
parent
af4cda7d9b
commit
c8109152a9
1 changed files with 5 additions and 1 deletions
|
@ -502,10 +502,14 @@ Options are same as for the createLoginUrl method but 'action' is set to 'regist
|
|||
|
||||
Redirects to the Account Management Console.
|
||||
|
||||
====== createAccountUrl()
|
||||
====== createAccountUrl(options)
|
||||
|
||||
Returns the URL to the Account Management Console.
|
||||
|
||||
Options is an Object, where:
|
||||
|
||||
* redirectUri - Specifies the uri to redirect to when redirecting back to the application.
|
||||
|
||||
====== hasRealmRole(role)
|
||||
|
||||
Returns true if the token has the given realm role.
|
||||
|
|
Loading…
Reference in a new issue