class SmartlockController : Smartlock
SmartlockController(activity: AppCompatActivity, smartLockCallback: SmartLockCallback) |
var options: CredentialsOptions! |
fun deleteCredentials(): Unit
Delete stored credential |
|
fun extractCredentialData(parcelable: Parcelable): Pair<String?, String?>?
Extract a String identifier and a String password from a Parcelable object |
|
fun mapToIdentityCredentials(parcelable: Parcelable): Credentials?
Convert a Parcelable object to com.schibsted.account.engine.input.Credentials |
|
fun requestCredentials(): Unit |
|
fun saveCredentials(username: String, password: String): Unit
Save the crendential to smartlock manager |