zeroauth / br.com.cielo.zeroauth / ZeroAuth

ZeroAuth

class ZeroAuth

Constructors

<init>

ZeroAuth(merchantId: java.lang.String, clientId: java.lang.String, clientSecret: java.lang.String, environment: Environment)

Functions

validate

fun validate(zeroAuthRequest: ZeroAuthRequest, callback: kotlin.jvm.functions.Function1<? super br.com.cielo.zeroauth.models.ClientResult<br.com.cielo.zeroauth.models.ZeroAuthResponse>, kotlin.Unit>): void