Add access token ref to useAuth return

This commit is contained in:
René Preuß
2023-04-08 11:38:41 +02:00
parent ebad02a1e1
commit 434c335e3f

View File

@@ -80,6 +80,7 @@ export default async (options: ComposableOptions = {
signOut, signOut,
setBearerToken, setBearerToken,
bearerToken, bearerToken,
accessToken,
authConfig authConfig
} }
} }