mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Update comment for max length of credential type
This commit is contained in:
@@ -37,7 +37,7 @@ export function validateCredentialRequest({ subject, credential, uri, expiration
|
||||
* Checks if the specified credential type is one that this service issues.
|
||||
* XRPL credential types can be any binary data; this service issues
|
||||
* any credential that can be encoded from the following ASCII chars:
|
||||
* alphanumeric characters, underscore, period, and dash. (min length 1, max 64)
|
||||
* alphanumeric characters, underscore, period, and dash. (min length 1, max 128)
|
||||
*
|
||||
* You might want to further limit the credential types, depending on your
|
||||
* use case; for example, you might only issue one specific credential type.
|
||||
|
||||
Reference in New Issue
Block a user