Uses of Class
io.objectbox.sync.server.JwtConfig
-
Packages that use JwtConfig Package Description io.objectbox.sync.server -
-
Uses of JwtConfig in io.objectbox.sync.server
Methods in io.objectbox.sync.server that return JwtConfig Modifier and Type Method Description JwtConfigJwtConfig. __assign(int _i, java.nio.ByteBuffer _bb)JwtConfigJwtConfig.Vector. get(int j)JwtConfigJwtConfig.Vector. get(JwtConfig obj, int j)static JwtConfigJwtConfig. getRootAsJwtConfig(java.nio.ByteBuffer _bb)static JwtConfigJwtConfig. getRootAsJwtConfig(java.nio.ByteBuffer _bb, JwtConfig obj)JwtConfigSyncServerOptions. jwtConfig()Optional configuration for JWT (JSON Web Token) authentication.JwtConfigSyncServerOptions. jwtConfig(JwtConfig obj)Methods in io.objectbox.sync.server with parameters of type JwtConfig Modifier and Type Method Description JwtConfigJwtConfig.Vector. get(JwtConfig obj, int j)static JwtConfigJwtConfig. getRootAsJwtConfig(java.nio.ByteBuffer _bb, JwtConfig obj)JwtConfigSyncServerOptions. jwtConfig(JwtConfig obj)
-