AWSCognitoIdentityCustomAuthenticationInput

Objective-C

@interface AWSCognitoIdentityCustomAuthenticationInput : NSObject

Swift

class AWSCognitoIdentityCustomAuthenticationInput : NSObject

When responding to a custom sign in, this encapsulates the challenge parameters that define the challenge

  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, strong) NSDictionary<NSString*,NSString*>* challengeParameters

    Swift

    var challengeParameters: [String : String] { get set }
  • Undocumented

    Declaration

    Objective-C

    -(instancetype) initWithChallengeParameters: (NSDictionary<NSString*,NSString*> *) challengeParameters;

    Swift

    init(challengeParameters: [String : String])