UNPKG

@tapis/tapisui-api

Version:

Typescript library for making api calls with react query

15 lines (13 loc) 266 B
export const authenticatorToken = { access_token: 'abcdef', expires_at: '2021-03-18T21:14:39.702723+00:00', expires_in: 14400, jti: '', }; export const authenticatorResponse = { data: { result: { access_token: authenticatorToken, }, }, };