docs: fix typo: if -> is
This commit is contained in:
parent
91d37b5686
commit
e2f8e9a4c8
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ public interface AuthenticationSessionModel extends CommonClientSessionModel {
|
|||
* Retrieves value of the given authentication note to the given value. Authentication notes are notes
|
||||
* used typically by authenticators and authentication flows. They are cleared when
|
||||
* authentication session is restarted.
|
||||
* @param name {@code String} If {@code null} if provided then the method will return {@code null}.
|
||||
* @param name {@code String} If {@code null} is provided then the method will return {@code null}.
|
||||
* @return {@code String} or {@code null} if no authentication note is set.
|
||||
*/
|
||||
String getAuthNote(String name);
|
||||
|
|
Loading…
Reference in a new issue