public interface JwtBuilder
| Modifier and Type | Method and Description |
|---|---|
Jwt |
asJwt()
Builds the JWT object from its constituent parts.
|
String |
build()
Builds the JWT into a
String by calling the build method on the JWT object. |
Jwt asJwt()
String build()
String by calling the build method on the JWT object.
Jwt.build()Copyright © 2025 Open Identity Platform Community. All rights reserved.