# capacitor-plugin-geyan
**Repository Path**: 3433/capacitor-plugin-geyan
## Basic Information
- **Project Name**: capacitor-plugin-geyan
- **Description**: 个验插件个验插件个验插件
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-05-08
- **Last Updated**: 2022-07-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# capacitor-plugin-geyan
个验
## Install
```bash
npm install capacitor-plugin-geyan
npx cap sync
```
## API
* [`init()`](#init)
* [`preLogin(...)`](#prelogin)
* [Interfaces](#interfaces)
### init()
```typescript
init() => Promise
```
**Returns:** Promise<boolean>
--------------------
### preLogin(...)
```typescript
preLogin(option: PreLoginOption) => Promise
```
| Param | Type |
| ------------ | --------------------------------------------------------- |
| **`option`** | PreLoginOption |
**Returns:** Promise<PreLoginResult | null>
--------------------
### Interfaces
#### PreLoginResult
| Prop | Type |
| ------------------- | ------------------- |
| **`number`** | string |
| **`expired_time`** | string |
| **`client_type`** | string |
| **`operator_type`** | string |
| **`process_id`** | string |
#### PreLoginOption
| Prop | Type |
| ------------- | ------------------- |
| **`timeout`** | number |