parse_authorization_header


Description:

public abstract bool parse_authorization_header (string authorization_header, out Authorization? authorization)

Check and extract the fields from an 'Authorization' header.

Parameters:

authorization_header

'Authorization' header value

authorization

extracted VSGI.Authorization object containing the fields from the header

Returns:

'true' on success, otherwise 'false' and 'authorization' is set to 'null'