Method

WebKit2AuthenticationRequestget_security_origin

since: 2.30

Declaration [src]

WebKitSecurityOrigin*
webkit_authentication_request_get_security_origin (
  WebKitAuthenticationRequest* request
)

Description [src]

Get the WebKitSecurityOrigin that this authentication challenge is applicable to.

Available since: 2.30

Return value

Type: WebKitSecurityOrigin

A newly created WebKitSecurityOrigin.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.