Skip to content

@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

NameType
tokenstring
apiApiService
signal?AbortSignal

Returns

void | Promise<void>

Defined in

src/services/push.ts:45

Vueprint is a commercial work product released under the MIT License and is provided as-is with no warranty or guarantee of support.