GiniSDK
public final class GiniSDK
The Gini SDK
-
The instance of a
DocumentService
that is used by the SDK. TheDocumentService
allows the interaction with the Gini API.Declaration
Swift
public func documentService<T>() -> T where T : DocumentService
-
Removes the user stored credentials. Recommended when logging a different user in your app.
Declaration
Swift
public func removeStoredCredentials() throws