Credentials API
class CredentialsAPI
Content copied to clipboard
Extensions
check User Password
Link copied to clipboard
fun UserAPI.CredentialsAPI.checkUserPassword(timeout: Int? = null, readTimeout: Long? = null): Call<Void>
Content copied to clipboard
check User PIN
Link copied to clipboard
fun UserAPI.CredentialsAPI.checkUserPIN(timeout: Int? = null, readTimeout: Long? = null): Call<Void>
Content copied to clipboard
check User Pin Or Password
Link copied to clipboard
fun UserAPI.CredentialsAPI.checkUserPinOrPassword(readTimeout: Long? = null): Call<PinOrPassword>
Content copied to clipboard
create User Password
Link copied to clipboard
fun UserAPI.CredentialsAPI.createUserPassword(readTimeout: Long? = null): Call<Void>
Content copied to clipboard
reset Password
Link copied to clipboard
fun UserAPI.CredentialsAPI.resetPassword(pin: String? = null, readTimeout: Long? = null): Call<Void>
Content copied to clipboard
update User PIN
Link copied to clipboard
fun UserAPI.CredentialsAPI.updateUserPIN(body: UpdateUserPINAPI.Body, readTimeout: Long? = null): Call<Void>
Content copied to clipboard