File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
aws-android-sdk-mobile-client/src/main/java/com/amazonaws/mobile/client Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1325,6 +1325,14 @@ public void run() {
13251325 detectedContinuation = signInChallengeContinuation ;
13261326 signInCallback = new InternalCallback <SignInResult >(callback );
13271327 break ;
1328+ case CUSTOM_CHALLENGE :
1329+ signInChallengeContinuation .setChallengeResponse ("ANSWER" , signInChallengeResponse );
1330+ detectedContinuation = signInChallengeContinuation ;
1331+ signInCallback = new InternalCallback <SignInResult >(callback );
1332+ if (clientMetadata != null ) {
1333+ signInChallengeContinuation .setClientMetaData (clientMetadata );
1334+ }
1335+ break ;
13281336 case DONE :
13291337 callback .onError (new IllegalStateException ("confirmSignIn called after signIn has succeeded" ));
13301338 return ;
You can’t perform that action at this time.
0 commit comments