Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Browser/keywords/credential.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ def get_credential(
| =Key= | =Description= |
| id | Base64url-encoded credential id. |
| rpId | Relying party id (typically the site's effective domain). |
| privateKey | Base64url-encoded PKCS#8 (DER) private key
| publicKey | Base64url-encoded SPKI (DER) public key |
| privateKey | Base64url-encoded PKCS#8 (DER) private key as Secret. |
| publicKey | Base64url-encoded SPKI (DER) public key as a Secret. |

The privateKey and publicKey are wrapped in the
[Secret|https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#secret-variables]
Expand Down