stripe-android
payments-core
/
com.stripe.android.networking
/
StripeRepository
/
lookupConsumerSession
lookup
Consumer
Session
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
abstract
suspend
fun
lookupConsumerSession
(
email
:
String
?
,
authSessionCookie
:
String
?
,
requestOptions
:
ApiRequest.Options
)
:
ConsumerSessionLookup
?