Uses of Class
org.biscuitsec.biscuit.token.ThirdPartyBlockContents
-
Packages that use ThirdPartyBlockContents Package Description org.biscuitsec.biscuit.token Classes related to creating and verifying Biscuit tokens -
-
Uses of ThirdPartyBlockContents in org.biscuitsec.biscuit.token
Methods in org.biscuitsec.biscuit.token that return ThirdPartyBlockContents Modifier and Type Method Description static ThirdPartyBlockContentsThirdPartyBlockContents. deserialize(Schema.ThirdPartyBlockContents b)static ThirdPartyBlockContentsThirdPartyBlockContents. fromBytes(byte[] slice)Methods in org.biscuitsec.biscuit.token that return types with arguments of type ThirdPartyBlockContents Modifier and Type Method Description io.vavr.control.Either<Error.FormatError,ThirdPartyBlockContents>ThirdPartyBlockRequest. createBlock(KeyPair keyPair, Block blockBuilder)Methods in org.biscuitsec.biscuit.token with parameters of type ThirdPartyBlockContents Modifier and Type Method Description BiscuitBiscuit. appendThirdPartyBlock(PublicKey externalKey, ThirdPartyBlockContents blockResponse)Generates a third party block request from a tokenUnverifiedBiscuitUnverifiedBiscuit. appendThirdPartyBlock(PublicKey externalKey, ThirdPartyBlockContents blockResponse)Generates a third party block request from a token
-