UNPKG

react-native-auth-module

Version:

An Authentication Module using react-native-api-client-wrapper

17 lines (12 loc) 348 B
const AuthenticationConstants = { Response: { SUCCESS: 'success', CANCEL: 'cancel', Error: 'error', }, }; /* Export ==================================================================== */ module.exports = AuthenticationConstants; module.exports.details = { title: 'AuthenticationConstants', };