CheckUserPinOrPasswordService

interface CheckUserPinOrPasswordService

Functions

checkUserPinOrPassword
Link copied to clipboard
@GET(value = "user/pin-or-password")
abstract fun checkUserPinOrPassword(): Call<PinOrPassword>