Skip to content

Commit 1336442

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

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ 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-
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.
62+
[!NOTE]
63+
> 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.
6364
6465
## Examples
6566

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ 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-
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.
62+
[!NOTE]
63+
> 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.
6364
6465
## Examples
6566

0 commit comments

Comments
 (0)