Type Alias AuthenticateUserResult
AuthenticateUserResult: | { customerId: string; error?: undefined } | { customerId?: undefined; error: StripeError<OnrampError> } Type declaration
- { customerId: string; error?: undefined }
customerId: string
Optionalerror?: undefined
- { customerId?: undefined; error: StripeError<OnrampError> }
OptionalcustomerId?: undefined
Result of authenticating an existing Link user.