Auth.getProtectionSpace

Returns a list of paths on the server which @auth extends over. (All subdirectories of these paths are also assumed to be part of @auth's protection space, unless otherwise discovered not to be.)

class Auth
ListSG
getProtectionSpace

Parameters

sourceUri URI

the URI of the request that @auth was generated in response to.

Return Value

Type: ListSG

the list of paths, which can be freed with soup_auth_free_protection_space().

Meta