WepinFirebaseApiService

Functions

Link copied to clipboard
abstract suspend fun getCurrentUser(getCurrentUserRequest: GetCurrentUserRequest): HttpResponse
Link copied to clipboard
abstract suspend fun getRefreshIdToken(getRefreshIdTokenRequest: GetRefreshIdTokenRequest): HttpResponse
Link copied to clipboard
abstract suspend fun resetPassword(resetPasswordRequest: ResetPasswordRequest): HttpResponse
Link copied to clipboard
abstract suspend fun signInWithCustomToken(customToken: String): HttpResponse
Link copied to clipboard
abstract suspend fun signInWithEmailPassword(signInRequest: EmailAndPasswordRequest): HttpResponse
Link copied to clipboard
abstract suspend fun updatePassword(idToken: String, password: String): HttpResponse
Link copied to clipboard
abstract suspend fun verifyEmail(verifyEmailRequest: VerifyEmailRequest): HttpResponse