Authentication Type Constant

Mac OS X header: Carbon/Carbon.h  
Mac OS 9 header: URLAccess.h  

Represents the default value of the property value identified by the property name constant kURLAuthType.

enum {
    kUserNameAndPasswordFlag = 1
};
Constant descriptions
kUserNameAndPasswordFlag

Represents the default value of the property value identified by the property name constant kURLAuthType, described in “Universal URL Property Name Constants”. This value indicates that both the user name and password are used for authentication.

Discussion

This constant represents the default value of the authentication type property value. The authentication type property value is identified by the property name constant kURLAuthType, described in “Universal URL Property Name Constants”. If you do not set the kURLAuthType property, the default value will be used for the authentication type. In this case, both the user name and password are used for authentication purposes.


© 2001 Apple Computer, Inc. (Last Updated July 21, 2001)