let NSURLAuthenticationMethodHTMLForm : String
Use HTML form authentication for this protection space.
この保護空間に対してHTML形式認証を使います。
let NSURLAuthenticationMethodHTTPBasic : String
Use HTTP basic authentication for this protection space.
この保護空間に対してHTTPベーシック認証を使います。
let NSURLAuthenticationMethodHTTPDigest : String
Use HTTP digest authentication for this protection space.
この保護空間に対してHTTPダイジェスト認証を使います。