CheckUserPINService

interface CheckUserPINService

Functions

checkUserPIN
Link copied to clipboard
@GET(value = "user/pin")
abstract fun checkUserPIN(@Query(value = "timeout"timeout: Int? = null): Call<Void>