File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
openstack_types/src/identity/v4/user/passkey/response Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ pub struct RegisterStartResponse {
4141 #[ structable( ) ]
4242 pub challenge : String ,
4343
44- /// Credential ID’ s that are excluded from being able to be registered.
44+ /// Credential ID' s that are excluded from being able to be registered.
4545 #[ serde( default ) ]
4646 #[ structable( optional, serialize) ]
4747 pub exclude_credentials : Option < Vec < ExcludeCredentials > > ,
@@ -322,7 +322,7 @@ impl std::str::FromStr for CredentialProtectionPolicy {
322322 }
323323}
324324
325- /// The desired options for the client’ s use of the credProtect extension
325+ /// The desired options for the client' s use of the credProtect extension
326326///
327327/// <https://fidoalliance.org/specs/fido-v2.1-rd-20210309/fido-client-to-authenticator-protocol-v2.1-rd-20210309.html#sctn-credProtect-extension>
328328/// `CredProtect` type
You can’t perform that action at this time.
0 commit comments