@iterable/react-native-sdk
Version:
Iterable SDK for React Native.
20 lines (18 loc) • 592 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.IterableAuthResponse = void 0;
// REVIEW: This seems to currently be used as a type instead of a class, so it
// might be better to make it a type
/**
* The result of an authentication request to Iterable.
*/
class IterableAuthResponse {
/** JWT Token */
authToken = '';
/** Callback when the authentication to Iterable succeeds */
/** Callback when the authentication to Iterable fails */
}
exports.IterableAuthResponse = IterableAuthResponse;
//# sourceMappingURL=IterableAuthResponse.js.map