Skip to content

Commit b7b0c1b

Browse files
authored
Add note about Base64URL padding in docs
1 parent 1336442 commit b7b0c1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-reference/beta/api/fido2authenticationmethod-creationoptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Don't supply a request body for this method.
5959

6060
If successful, this function returns a `200 OK` response code and a [webauthnCredentialCreationOptions](../resources/webauthncredentialcreationoptions.md) in the response body.
6161

62-
[!NOTE]
62+
> [!NOTE]
6363
> This method also returns **excludeCredentials** key IDs formatted in Base64URL with a padding number suffix. To decode the key IDs, convert the trailing integer value of 0, 1, or 2 to the same number of base64 padding characters.
6464
6565
## Examples

api-reference/beta/api/fido2authenticationmethod-get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Don't supply a request body for this method.
5959

6060
If successful, this method returns a `200 OK` response code and the requested [fido2AuthenticationMethod](../resources/fido2authenticationmethod.md) object in the response body.
6161

62-
[!NOTE]
62+
> [!NOTE]
6363
> This method also returns credentials key IDs formatted in Base64URL with a padding number suffix. To decode the key IDs, convert the trailing integer value of 0, 1, or 2 to the same number of base64 padding characters.
6464
6565
## Examples

0 commit comments

Comments
 (0)