quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

NSScreencast Episode #41 Authentication with AFNetworking

Authentication with AFNetworking - NSScreencast

  • send auth info each request
    • auth_token
    • auth_token_expired_at
    • ttl
  • CredentialStore
    • isLoggedIn
    • clearSavedCredentials
    • authToken
    • setSecureValue
    • secureValueForKey
  • SSKeychain setPassword forService account:key
    • SSKeychain passwordForService
    • SSKeychain deletePasswordForService
  • SVProgressHUD show
  • SVProgressHUD dismiss
    • dismissViewControllerAnimated
  • AuthAPIClient sharedClient postPath parameters success
  • NSJSONSerialization JSONObjectWithData