These constants indicate session-wide challenges. Delegates handle these challenges in the URLSession
method url
.
これら定数は、セッション単位のチャレンジを指し示します。委任先は、これらチャレンジをURLSession
のメソッドurl
において取り扱います。
let NSURLAuthenticationMethodClientCertificate : String
let NSURLAuthenticationMethodNegotiate : String
let NSURLAuthenticationMethodNTLM : String
let NSURLAuthenticationMethodServerTrust : String