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