ios - AWSCognitoIdentityUser getSession not called -


i'm trying idtoken awscognitoidentityuser continue block never called. cause of this?

awscognitoidentityuserpool *pool = [awscognitoidentityuserpool cognitoidentityuserpoolforkey:@"userpool"]; awscognitoidentityuser *user = [pool currentuser];  [[user getsession] continuewithblock:^id _nullable(awstask<awscognitoidentityusersession *> * _nonnull task) {     //never called     return nil; }]; 

first turn on verbose logging: [awslogger defaultlogger].loglevel = awsloglevelverbose; determine error is.

sounds have associated awscognitoidentityinteractiveauthenticationdelegate pool.

is startpasswordauthentication method getting called? correctly returning implementation of awscognitoidentitypasswordauthentication , setting passwordauthenticationcompletionsource.result instance of awscognitoidentitypasswordauthenticationdetails in implementation of getpasswordauthenticationdetails


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -