Skip to content

Commit

Permalink
Merge pull request #69 from w3c/vijaybh/59-imageUri
Browse files Browse the repository at this point in the history
Rename imageUri to imageURL
  • Loading branch information
leshi committed Apr 13, 2016
2 parents e3dc893 + ce6a904 commit f7b4ccb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.src.html
Expand Up @@ -4,7 +4,7 @@
TR: http://www.w3.org/TR/webauthn/
ED: http://w3c.github.io/webauthn/
Shortname: webauthnapi
Level: 1
Level:
Editor: Vijay Bharadwaj, Microsoft, vijay.bharadwaj@microsoft.com
Editor: Hubert Le Van Gong, PayPal, hlevangong@paypal.com
Editor: Dirk Balfanz, Google, balfanz@google.com
Expand Down Expand Up @@ -215,7 +215,7 @@
required DOMString displayName;
DOMString name;
DOMString id;
DOMString imageUri;
DOMString imageURL;
};

dictionary ScopedCredentialParameters {
Expand Down Expand Up @@ -408,7 +408,7 @@

<p>The <dfn>id</dfn> member contains an identifier for the account, stored for the use of the Relying Party. This is not meant to be displayed to the user.</p>

<p>The <dfn>imageUri</dfn> member contains a URI that resolves to the user's account image. This may be a URL that can be used to retrieve the user's current avatar, or a data URI that contains the image data.</p>
<p>The <dfn>imageURL</dfn> member contains a URL that resolves to the user's account image. This may be a URL that can be used to retrieve an image containing the user's current avatar, or a data URI that contains the image data.</p>

</div>

Expand Down Expand Up @@ -2303,7 +2303,7 @@
displayName: "John P. Smith",
name: "johnpsmith@example.com",
id: "1098237235409872",
imageUri: "https://pics.acme.com/00/p/aBjjjpqPb.png"
imageURL: "https://pics.acme.com/00/p/aBjjjpqPb.png"
};

// This Relying Party will accept either an ES256 or RS256 credential, but
Expand Down

0 comments on commit f7b4ccb

Please sign in to comment.