Uses of Class
io.supabase.data.file.FileSignedUrlResponse
Packages that use FileSignedUrlResponse
-
Uses of FileSignedUrlResponse in io.supabase.api
Methods in io.supabase.api that return types with arguments of type FileSignedUrlResponseModifier and TypeMethodDescriptionIStorageFileAPI.getSignedUrl
(String path, int expiresIn, FileDownloadOption downloadOptions, FileTransformOptions transformOptions) POST /object/sign/{bucketName}StorageFileAPI.getSignedUrl
(String path, int expiresIn, FileDownloadOption downloadOptions, FileTransformOptions transformOptions) POST /object/sign/{bucketName}IStorageFileAPI.getSignedUrls
(List<String> paths, int expiresIn, FileDownloadOption downloadOptions, FileTransformOptions transformOptions) POST /object/sign/{bucketName}StorageFileAPI.getSignedUrls
(List<String> paths, int expiresIn, FileDownloadOption downloadOptions, FileTransformOptions transformOptions) POST /object/sign/{bucketName}