bloombox / bloombox.client.services.shop / ShopClient / verifyMember

verifyMember

fun verifyMember(email: String, callback: VerifyMemberCallback?, err: ShopErrorCallback?, context: ShopContext = ShopContext.defaultContext()): ListenableFuture<Response> (source)

Verify that an end user account is a valid and active member of the subject partner and location, asynchronously. This involves re-verifying the subject account's identification and medical recommendation (if applicable), and checking to make sure they are an active member of the specified digital storefront (addressed by its partner and location code pair).

fun verifyMember(email: String, context: ShopContext = ShopContext.defaultContext()): Response (source)

Verify that an end user account is a valid and active member of the subject partner and location, synchronously. This involves re-verifying the subject account's identification and medical recommendation (if applicable), and checking to make sure they are an active member of the specified digital storefront (addressed by its partner and location code pair).