UNPKG

@iterable/react-native-sdk

Version:
15 lines (13 loc) 442 B
"use strict"; // 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