Class ACAccountCredential

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

@Deprecated
public class ACAccountCredential
extends NSObject
Deprecated.
Deprecated in iOS 15.0. Use appropriate non-Apple SDK corresponding to the type of account you want to reference instead
  • Constructor Details

    • ACAccountCredential

      public ACAccountCredential()
      Deprecated.
    • ACAccountCredential

      protected ACAccountCredential​(NSObject.Handle h, long handle)
      Deprecated.
    • ACAccountCredential

      protected ACAccountCredential​(NSObject.SkipInit skipInit)
      Deprecated.
    • ACAccountCredential

      public ACAccountCredential​(String token, String secret)
      Deprecated.
    • ACAccountCredential

      public ACAccountCredential​(String token, String refreshToken, NSDate expiryDate)
      Deprecated.
  • Method Details

    • getOauthToken

      public String getOauthToken()
      Deprecated.
    • setOauthToken

      public void setOauthToken​(String v)
      Deprecated.
    • init

      protected long init​(String token, String secret)
      Deprecated.
    • init

      protected long init​(String token, String refreshToken, NSDate expiryDate)
      Deprecated.