Uses of Class
com.clevercloud.biscuit.token.RevocationIdentifier
-
Packages that use RevocationIdentifier Package Description com.clevercloud.biscuit.token Classes related to creating and verifying Biscuit tokens -
-
Uses of RevocationIdentifier in com.clevercloud.biscuit.token
Methods in com.clevercloud.biscuit.token that return RevocationIdentifier Modifier and Type Method Description static RevocationIdentifierRevocationIdentifier. from_b64url(String b64url)Creates a RevocationIdentifier from base64 url (RFC4648_URLSAFE)static RevocationIdentifierRevocationIdentifier. from_bytes(byte[] bytes)Methods in com.clevercloud.biscuit.token that return types with arguments of type RevocationIdentifier Modifier and Type Method Description List<RevocationIdentifier>UnverifiedBiscuit. revocation_identifiers()
-