saddlebackdev / hc-mobile-app-core-services

MIT License
1 stars 0 forks source link

[AuthService] Need Refresh Token Flow #13

Open ajaybushel opened 2 years ago

ajaybushel commented 2 years ago

We need to include the refresh token flow in the Auth Service.

Reference: https://github.com/FormidableLabs/react-native-app-auth#refresh

// Get Refresh Token
export const getRefreshToken = () => {
    ...
}

// Refresh Token Flow
export const refreshTokenFlow = () => {
    ...
}