diff --git a/AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Models/Options/AWSAuthConfirmSignInWithMagicLinkOptions.swift b/AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Models/Options/AWSAuthConfirmSignInWithMagicLinkOptions.swift index 51705be725..77d875385e 100644 --- a/AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Models/Options/AWSAuthConfirmSignInWithMagicLinkOptions.swift +++ b/AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Models/Options/AWSAuthConfirmSignInWithMagicLinkOptions.swift @@ -6,6 +6,7 @@ // import Amplify +//[HS]: TODO: Make sure this is approved API for options public struct AWSAuthConfirmSignInWithMagicLinkOptions { /// A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers. diff --git a/AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Models/Options/AWSAuthConfirmSignInWithOTPOptions.swift b/AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Models/Options/AWSAuthConfirmSignInWithOTPOptions.swift index bb959945b6..977c84ef94 100644 --- a/AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Models/Options/AWSAuthConfirmSignInWithOTPOptions.swift +++ b/AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Models/Options/AWSAuthConfirmSignInWithOTPOptions.swift @@ -6,6 +6,7 @@ // import Amplify +//[HS]: TODO: Make sure this is approved API for options public struct AWSAuthConfirmSignInWithOTPOptions { /// A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers. diff --git a/AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Models/PasswordlessCustomAuthRequest.swift b/AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Models/PasswordlessCustomAuthRequest.swift index af18c68fba..e0fd1bf115 100644 --- a/AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Models/PasswordlessCustomAuthRequest.swift +++ b/AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Models/PasswordlessCustomAuthRequest.swift @@ -20,7 +20,7 @@ enum PasswordlessCustomAuthRequestAction: String { struct PasswordlessCustomAuthRequest { - private let namespace = "Amplify.Passwordless" + private let namespace = "amplify.passwordless" let signInMethod: PasswordlessCustomAuthSignInMethod let action: PasswordlessCustomAuthRequestAction diff --git a/AmplifyPlugins/Auth/Tests/AWSCognitoAuthPluginUnitTests/TaskTests/ClientBehaviorTests/SignIn/AWSAuthSignInWithOTPTaskTests.swift b/AmplifyPlugins/Auth/Tests/AWSCognitoAuthPluginUnitTests/TaskTests/ClientBehaviorTests/SignIn/AWSAuthSignInWithOTPTaskTests.swift index ad4f0c06cb..7b6ed2027d 100644 --- a/AmplifyPlugins/Auth/Tests/AWSCognitoAuthPluginUnitTests/TaskTests/ClientBehaviorTests/SignIn/AWSAuthSignInWithOTPTaskTests.swift +++ b/AmplifyPlugins/Auth/Tests/AWSCognitoAuthPluginUnitTests/TaskTests/ClientBehaviorTests/SignIn/AWSAuthSignInWithOTPTaskTests.swift @@ -25,7 +25,7 @@ class AWSAuthSignInWithOTPTaskTests: BasePluginTest { /// - When: /// - I invoke signInWithOTP /// - Then: - /// - I should get a the info in next step + /// - I should get `confirmSignInWithOTP` as the next step. /// func testSignInWithOTP() async {