CredentialsAPI

class CredentialsAPI

Extensions

checkUserPassword
Link copied to clipboard
fun UserAPI.CredentialsAPI.checkUserPassword(timeout: Int? = null, readTimeout: Long? = null): Call<Void>
checkUserPIN
Link copied to clipboard
fun UserAPI.CredentialsAPI.checkUserPIN(timeout: Int? = null, readTimeout: Long? = null): Call<Void>
checkUserPinOrPassword
Link copied to clipboard
fun UserAPI.CredentialsAPI.checkUserPinOrPassword(readTimeout: Long? = null): Call<PinOrPassword>
createUserPassword
Link copied to clipboard
fun UserAPI.CredentialsAPI.createUserPassword(readTimeout: Long? = null): Call<Void>
resetPassword
Link copied to clipboard
fun UserAPI.CredentialsAPI.resetPassword(pin: String? = null, readTimeout: Long? = null): Call<Void>
updateUserPIN
Link copied to clipboard
fun UserAPI.CredentialsAPI.updateUserPIN(body: UpdateUserPINAPI.Body, readTimeout: Long? = null): Call<Void>