@iterable/react-native-sdk
Version:
Iterable SDK for React Native.
15 lines (13 loc) • 442 B
JavaScript
;
// 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.
*/
export class IterableAuthResponse {
/** JWT Token */
authToken = '';
/** Callback when the authentication to Iterable succeeds */
/** Callback when the authentication to Iterable fails */
}
//# sourceMappingURL=IterableAuthResponse.js.map