public final class Authentication
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static AuthManager |
getAuthManager(Context context)
Get an
AuthManager that can be used to authenticate an application
with TapPoint. |
public static AuthManager getAuthManager(Context context)
AuthManager
that can be used to authenticate an application
with TapPoint.context
- an Android context. Must not be null.