|
|||||||||||||||||||||||||||
Detailed DescriptionThis structure describes credential information. A credential information is a static, persistent information that identifies username and password required to authorize to a specific realm. Note that since PJSIP 0.7.0.1, it is possible to make a credential that is valid for any realms, by setting the realm to star/wildcard character, i.e. realm = pj_str("*");. Forward declaration for credential. Field DocumentationRealm. Use "*" to make a credential that can be used to authenticate against any challenges. Scheme (e.g. "digest"). User name. Type of data (0 for plaintext passwd). The data, which can be a plaintext password or a hashed digest. Permanent subscriber key. Operator variant key. Authentication Management Field Callback to create AKA digest.
Digest AKA credential information. Note that when AKA credential is being used, the data field of this pjsip_cred_info is not used, but it still must be initialized to an empty string. Please see Digest AKAv1 and AKAv2 Authentication API for more information.
Extended data The documentation for this struct was generated from the following file:
Copyright (C) 2006-2008 Teluu Inc.
| |
||||||||||||||||||||||||||