public interface UploaderTokenCallback
extends org.ctoolkit.gwt.client.facade.TokenCallback
| Modifier and Type | Field and Description |
|---|---|
static String |
UPLOAD_BASE_PATH |
| Modifier and Type | Method and Description |
|---|---|
void |
done(String url,
String token)
Notification with full upload URL and current token.
|
default void |
then(String token,
String key)
If key parameter is
null the final URL will be relative. |
static String |
url(String key)
Returns the full upload URL as a composition of the service root associated with given key and upload base path.
|
static final String UPLOAD_BASE_PATH
static String url(@Nonnull String key)
key - the service root keyvoid done(@Nonnull String url, @Nullable String token)
null, user does not have an authenticated Firebase session.url - the full upload URL incl. tokenCopyright © 2023. All rights reserved.