Functions

Link copied to clipboard
abstract suspend fun confirmConsumerVerification(consumerSessionClientSecret: String, verificationCode: String, authSessionCookie: String?, requestSurface: String, type: VerificationType, requestOptions: ApiRequest.Options): ConsumerSession
Link copied to clipboard
abstract suspend fun lookupConsumerSession(email: String?, authSessionCookie: String?, requestSurface: String, requestOptions: ApiRequest.Options): ConsumerSessionLookup
Link copied to clipboard
abstract suspend fun startConsumerVerification(consumerSessionClientSecret: String, locale: Locale, authSessionCookie: String?, requestSurface: String, type: VerificationType, customEmailType: CustomEmailType?, connectionsMerchantName: String?, requestOptions: ApiRequest.Options): ConsumerSession