AWSCognitoIdentityProviderDescribeRiskConfigurationRequest

Objective-C

@interface AWSCognitoIdentityProviderDescribeRiskConfigurationRequest

Swift

class AWSCognitoIdentityProviderDescribeRiskConfigurationRequest
  • The app client ID.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable clientId;

    Swift

    var clientId: String? { get set }
  • The user pool ID.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable userPoolId;

    Swift

    var userPoolId: String? { get set }