GiniSDK
public final class GiniSDK
The Gini SDK
-
The instance of a
DocumentServicethat is used by the SDK. TheDocumentServiceallows 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
View on GitHub
GiniSDK Class Reference