@jakguru/vueprint / @jakguru/vueprint/services/push / FirebaseTokenAuthenticationCallback
Interface: FirebaseTokenAuthenticationCallback
@jakguru/vueprint/services/push.FirebaseTokenAuthenticationCallback
Describes the shape of the callback that is used to store the Firebase Messaging Token in an external service which requires it.
Callable
FirebaseTokenAuthenticationCallback
▸ FirebaseTokenAuthenticationCallback(token, api, signal?): void | Promise<void>
Parameters
| Name | Type |
|---|---|
token | string |
api | ApiService |
signal? | AbortSignal |
Returns
void | Promise<void>