KEYCLOAK-17684: fix definition of createAccountUrl parameter

This commit is contained in:
Manuel Rauber 2021-04-20 14:05:56 +02:00 committed by Hynek Mlnařík
parent af4cda7d9b
commit c8109152a9

View file

@ -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.