Update documentation
Project: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-sdk-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-sdk-ios/commit/54b519ea Tree: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-sdk-ios/tree/54b519ea Diff: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-sdk-ios/diff/54b519ea Branch: refs/heads/master Commit: 54b519ea27e93adc00b01e11609a8fda0a256cf8 Parents: d93b7a6 Author: Simeon Aladjem <[email protected]> Authored: Wed Nov 2 16:11:26 2016 +0200 Committer: Simeon Aladjem <[email protected]> Committed: Wed Nov 2 16:11:26 2016 +0200 ---------------------------------------------------------------------- README.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-sdk-ios/blob/54b519ea/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 9d31f5b..8f33792 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,9 @@ The `dictHeaders` parameter allows the caller to pass additional dictionary of c **Note that after this initialization the SDK will not be ready for usage until `SetBackend` is called with a valid _Server URL_.** +##### `(void) Destroy;` +This method clears the SDK object so it can be re-initialized again, possibly with different parameters. + ##### `(MpinStatus*) TestBackend: (const NSString*) url;` ##### `(MpinStatus*) TestBackend: (const NSString*) url rpsPrefix: (const NSString*) rpsPrefix;` This method will test whether `url` is a valid back-end URL by trying to retrieve Client Settings from it.
