Package-level declarations

Types

Link copied to clipboard
interface SensibillAuth

Interface that defines the properties of SensibillAuth Objects. SensibillAuth objects are used to as a way to provide on-device authentication. Functionality includes ability to sign-in (user identifier + password, logout and register new users.

Link copied to clipboard
class SensibillAuthBuilder(context: Context, environment: DefaultEnvironment, oauthSettings: OAuthSettings)

Builder used to build an instance of SensibillAuth. This builder ensures that all required values have been provided before allowing .build to be called