let NSURLAuthenticationMethodDefault : String
Use the default authentication method for a protocol.
あるプロトコルに対する省略時の認証メソッドを使います。
let NSURLAuthenticationMethodHTMLForm : String
Use HTML form authentication for this protection space.
この保護空間に対してHTML形式認証を使います。
let NSURLAuthenticationMethodHTTPDigest : String
Use HTTP digest authentication for this protection space.
この保護空間に対してHTTPダイジェスト認証を使います。