Classes

The following classes are available globally.

  • A lightweight web-based ui to manage signup/signin of your end users

    See more

    Declaration

    Objective-C

    @interface AWSCognitoAuth : NSObject

    Swift

    class AWSCognitoAuth : NSObject
  • Houses all configuration for AWSCognitoAuth

    See more

    Declaration

    Objective-C

    @interface AWSCognitoAuthConfiguration : NSObject

    Swift

    class AWSCognitoAuthConfiguration : NSObject
  • A User session. Encapsulates all tokens (id, access and refresh tokens) for a user.

    See more

    Declaration

    Objective-C

    @interface AWSCognitoAuthUserSession : NSObject

    Swift

    class AWSCognitoAuthUserSession : NSObject
  • A JWT session token.

    See more

    Declaration

    Objective-C

    @interface AWSCognitoAuthUserSessionToken : NSObject

    Swift

    class AWSCognitoAuthUserSessionToken : NSObject