File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Sources/WebAuthn/Ceremonies/Registration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public struct PublicKeyCredentialCreationOptions: Encodable {
32
32
public let user : PublicKeyCredentialUserEntity
33
33
34
34
/// Contains a name and an identifier for the Relying Party responsible for the request
35
- public let relyingParty : PublicKeyCredentialRpEntity
35
+ public let relyingParty : PublicKeyCredentialRelyingPartyEntity
36
36
37
37
/// A list of key types and signature algorithms the Relying Party supports. Ordered from most preferred to least
38
38
/// preferred.
@@ -102,9 +102,9 @@ extension Array where Element == PublicKeyCredentialParameters {
102
102
// MARK: - Credential entities
103
103
104
104
/// From §5.4.2 (https://www.w3.org/TR/webauthn/#sctn-rp-credential-params).
105
- /// The PublicKeyCredentialRpEntity dictionary is used to supply additional Relying Party attributes when
105
+ /// The PublicKeyCredentialRelyingPartyEntity dictionary is used to supply additional Relying Party attributes when
106
106
/// creating a new credential.
107
- public struct PublicKeyCredentialRpEntity : Encodable {
107
+ public struct PublicKeyCredentialRelyingPartyEntity : Encodable {
108
108
/// A unique identifier for the Relying Party entity.
109
109
public let id : String
110
110
You can’t perform that action at this time.
0 commit comments