Enumeration 列挙

NSURLSessionAuthChallengeDisposition

Constants passed by session or task delegates to the provided continuation block in response to an authentication challenge. ある認証チャレンジへの応答において提供された継続ブロックへと、セッションまたはタスクの委任先によって渡される定数。

Declaration 宣言

typedef enum NSURLSessionAuthChallengeDisposition : NSInteger {
    ...
} NSURLSessionAuthChallengeDisposition;

Topics 話題

Constants 定数

See Also 参照

Handling Authentication Challenges 認証チャレンジを取り扱う