From: Dongsun Lee Date: Tue, 16 Jan 2024 06:20:01 +0000 (+0900) Subject: Remove unused origin from header X-Git-Tag: accepted/tizen/unified/20240220.115627~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6283fdc0079f8be06e54b792d5f5d14c454d2fc9;p=platform%2Fcore%2Fsecurity%2Fwebauthn.git Remove unused origin from header --- diff --git a/include/webauthn-types.h b/include/webauthn-types.h index b0d9319..79a4762 100644 --- a/include/webauthn-types.h +++ b/include/webauthn-types.h @@ -213,18 +213,6 @@ typedef struct __wauthn_authenticator_assertion_response { } wauthn_authenticator_assertion_response_s; /** - * @brief The structure for an origin. - * @since_tizen 9.0 - * @remarks https://html.spec.whatwg.org/multipage/browsers.html#concept-origin - */ -typedef struct __wauthn_origin { - char *scheme; - char *host; - unsigned short port; - char *domain; -} wauthn_origin_s; - -/** * @brief The structure for a RP entity. * @since_tizen 9.0 */