Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Jan 4, 2024
1 parent cd9296b commit da7e4eb
Showing 1 changed file with 36 additions and 9 deletions.
45 changes: 36 additions & 9 deletions languages/kotlin/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Test method, echoes back the input

### `satisfies_policy`

**API Draft:** Evaluate if the provided password satisfies the provided policy
Evaluate if the provided password satisfies the provided policy

**Arguments**:

Expand Down Expand Up @@ -333,6 +333,17 @@ Decrypt folder list

**Output**: std::result::Result<String,BitwardenError>

### `username`

**API Draft:** Generate Username

**Arguments**:

- self:
- settings: UsernameGeneratorRequest

**Output**: std::result::Result<String,BitwardenError>

## ClientPasswordHistory

### `encrypt`
Expand Down Expand Up @@ -361,7 +372,7 @@ Decrypt password history

### `fingerprint`

Fingerprint
Fingerprint (public key)

**Arguments**:

Expand All @@ -370,6 +381,22 @@ Fingerprint

**Output**: std::result::Result<String,BitwardenError>

### `user_fingerprint`

Fingerprint (private key)

Arguments:

- &#x60;fingerprint_material&#x60; - The input material, used in the fingerprint generation process.
- &#x60;private_key&#x60; - The user&#x27;s encrypted private key.

**Arguments**:

- self:
- fingerprint_material: String

**Output**: std::result::Result<String,BitwardenError>

## ClientSends

### `encrypt`
Expand Down Expand Up @@ -800,7 +827,7 @@ implementations.
</tr>
<tr>
<th>id</th>
<th>string</th>
<th>string,null</th>
<th></th>
</tr>
<tr>
Expand Down Expand Up @@ -891,7 +918,7 @@ implementations.
</tr>
<tr>
<th>id</th>
<th>string</th>
<th>string,null</th>
<th></th>
</tr>
<tr>
Expand All @@ -916,7 +943,7 @@ implementations.
</tr>
<tr>
<th>id</th>
<th>string</th>
<th>string,null</th>
<th></th>
</tr>
<tr>
Expand Down Expand Up @@ -1296,12 +1323,12 @@ implementations.
</tr>
<tr>
<th>id</th>
<th>string</th>
<th>string,null</th>
<th></th>
</tr>
<tr>
<th>accessId</th>
<th>string</th>
<th>string,null</th>
<th></th>
</tr>
<tr>
Expand Down Expand Up @@ -1386,12 +1413,12 @@ implementations.
</tr>
<tr>
<th>id</th>
<th>string</th>
<th>string,null</th>
<th></th>
</tr>
<tr>
<th>accessId</th>
<th>string</th>
<th>string,null</th>
<th></th>
</tr>
<tr>
Expand Down

0 comments on commit da7e4eb

Please sign in to comment.