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 © 2010-2018, ForgeRock All Rights Reserved.