Skip to content

Commit 368732a

Browse files
committed
Fixed javadoc
1 parent 0e40c79 commit 368732a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jwt/src/main/java/io/scalecube/security/api/Authenticator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public interface Authenticator {
77
/**
88
* Authenticate the identity of one.
99
*
10-
* @param token a string of identity, can be a token, a user & password etc,.
10+
* @param token a string of identity, can be a token, a user and password etc,.
1111
* @return a mono with profile identifying the one, or mono with an error.
1212
*/
1313
Mono<Profile> authenticate(String token);

0 commit comments

Comments
 (0)