Class ASAuthorizationSingleSignOnCredential

java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.authservices.ASAuthorizationSingleSignOnCredential
All Implemented Interfaces:
ASAuthorizationCredential, NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class ASAuthorizationSingleSignOnCredential
extends NSObject
implements ASAuthorizationCredential
Since:
Available in iOS 13.0 and later.
  • Constructor Details

    • ASAuthorizationSingleSignOnCredential

      protected ASAuthorizationSingleSignOnCredential()
    • ASAuthorizationSingleSignOnCredential

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

      protected ASAuthorizationSingleSignOnCredential​(NSObject.SkipInit skipInit)
    • ASAuthorizationSingleSignOnCredential

      public ASAuthorizationSingleSignOnCredential​(NSCoder coder)
  • Method Details

    • getState

      public String getState()
    • getAccessToken

      public NSData getAccessToken()
    • getIdentityToken

      public NSData getIdentityToken()
    • getAuthorizedScopes

      public NSArray<NSString> getAuthorizedScopes()
    • getAuthenticatedResponse

      public NSHTTPURLResponse getAuthenticatedResponse()
    • getPrivateKeys

      public NSArray<?> getPrivateKeys()
      Since:
      Available in iOS 15.0 and later.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)