public final class DefaultJwtAuthenticator extends Object implements JwtAuthenticator
| Constructor and Description |
|---|
DefaultJwtAuthenticator(JwtKeyResolver jwtKeyResolver) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Profile> |
authenticate(String token)
Authenticate a JWT token.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprofileFromClaimspublic DefaultJwtAuthenticator(JwtKeyResolver jwtKeyResolver)
public reactor.core.publisher.Mono<Profile> authenticate(String token)
JwtAuthenticatorauthenticate in interface Authenticatorauthenticate in interface JwtAuthenticatortoken - jwt token.Copyright © 2015–2023. All rights reserved.