Create Cognito Idp Object

all cognito idp nodes should be called from a cognito idp object

Create Cognito Idp Object

all cognito idp nodes should be called from a cognito idp object

Create Cognito Idp Object

all cognito idp nodes should be called from a cognito idp object

Sign Up

sign up Description Text

Sign Up

sign up Description Text

Sign Up

sign up Description Text

forget password login

forget Password Description Text

forget password login

forget Password Description Text

forget password login

forget Password Description Text

Username Password login

Username Password Login Description Text

Username Password login

Username Password Login Description Text

Username Password login

Username Password Login Description Text

refresh token login

Refresh Token Login Description Text

refresh token login

Refresh Token Login Description Text

refresh token login

Refresh Token Login Description Text

srp login

SRP login is used to avoid player's password from transfer over network. It can protect player's password from being stolen in public network.

srp login

SRP login is used to avoid player's password from transfer over network. It can protect player's password from being stolen in public network.

srp login

SRP login is used to avoid player's password from transfer over network. It can protect player's password from being stolen in public network.

construct SRP helper

SRP helper is required for srp login and device tracking

construct SRP helper

SRP helper is required for srp login and device tracking

construct SRP helper

SRP helper is required for srp login and device tracking

compute SRP A

SRP A is required before an srp login.

compute SRP A

SRP A is required before an srp login.

compute SRP A

SRP A is required before an srp login.

Response to password verifier challenge

password verifier is required after srp login. For password verifier challenge, aws will provice SRP_B, SALT, SECRET_BLOCK and USER_ID_FOR_SRP as username in the result of the last initiate auth or response challenge call.

Response to password verifier challenge

password verifier is required after srp login. For password verifier challenge, aws will provice SRP_B, SALT, SECRET_BLOCK and USER_ID_FOR_SRP as username in the result of the last initiate auth or response challenge call.

Response to password verifier challenge

password verifier is required after srp login. For password verifier challenge, aws will provice SRP_B, SALT, SECRET_BLOCK and USER_ID_FOR_SRP as username in the result of the last initiate auth or response challenge call.

Compute password claim signature

Password claim signature is used to represent the password in password verifier challenge. Aws will provice SRP_B, SALT, SECRET_BLOCK and USER_ID_FOR_SRP as username in the result of the last initiate auth or response challenge call. The Group Key should be the string after “_” in the user pool id. The value Key should be the USER_ID_FOR_SRP from the result of the last initiate auth or response challenge call and the user password as password. This node will return timestamp as string and password claim signature as return value.

Compute password claim signature

Password claim signature is used to represent the password in password verifier challenge. Aws will provice SRP_B, SALT, SECRET_BLOCK and USER_ID_FOR_SRP as username in the result of the last initiate auth or response challenge call. The Group Key should be the string after “_” in the user pool id. The value Key should be the USER_ID_FOR_SRP from the result of the last initiate auth or response challenge call and the user password as password. This node will return timestamp as string and password claim signature as return value.

Compute password claim signature

Password claim signature is used to represent the password in password verifier challenge. Aws will provice SRP_B, SALT, SECRET_BLOCK and USER_ID_FOR_SRP as username in the result of the last initiate auth or response challenge call. The Group Key should be the string after “_” in the user pool id. The value Key should be the USER_ID_FOR_SRP from the result of the last initiate auth or response challenge call and the user password as password. This node will return timestamp as string and password claim signature as return value.

Confirm Device

This node is used to remember the device which is used in this login. If you have enabled device track in the cognito user pool, device key will be required for refresh token login. Device Name should be any meaningful name player specific. Device key and Device group key will be returned by the last successful login. If the player is loging in from a known device, DEVICE_KEY should be included in Auth Parameters in initiate Auth or Challenge Responses of Response Challenge node to keep the device being tracked.

Confirm Device

This node is used to remember the device which is used in this login. If you have enabled device track in the cognito user pool, device key will be required for refresh token login. Device Name should be any meaningful name player specific. Device key and Device group key will be returned by the last successful login. If the player is loging in from a known device, DEVICE_KEY should be included in Auth Parameters in initiate Auth or Challenge Responses of Response Challenge node to keep the device being tracked.

Confirm Device

This node is used to remember the device which is used in this login. If you have enabled device track in the cognito user pool, device key will be required for refresh token login. Device Name should be any meaningful name player specific. Device key and Device group key will be returned by the last successful login. If the player is loging in from a known device, DEVICE_KEY should be included in Auth Parameters in initiate Auth or Challenge Responses of Response Challenge node to keep the device being tracked.

Compute Password Verifier

This node is used to generate a random password, salt, password verifier for conform device. It will return the random password it generated, please save it for the device srp challenge.

Compute Password Verifier

This node is used to generate a random password, salt, password verifier for conform device. It will return the random password it generated, please save it for the device srp challenge.

Compute Password Verifier

This node is used to generate a random password, salt, password verifier for conform device. It will return the random password it generated, please save it for the device srp challenge.

Remember Device

This node is used to remember the device.

Remember Device

This node is used to remember the device.

Remember Device

This node is used to remember the device.

Response to device srp challenge

After login with a device key, device srp challenge will be required. You will need to compute an srp_a for it.

Response to device srp challenge

After login with a device key, device srp challenge will be required. You will need to compute an srp_a for it.

Response to device srp challenge

After login with a device key, device srp challenge will be required. You will need to compute an srp_a for it.

Response to device password verifier challenge

After the device srp challenge, device password verifier challenge will be required. It's similar with password verifier challenge, aws will provice SRP_B, SALT, SECRET_BLOCK and USER_ID_FOR_SRP as username in the result of the last initiate auth or response challenge call. You will have to compute password claim signature with device group key as group key, device key as key and device password you generated with compute password verifier node you called for confirm device as password. You will have to compute password claim signature with device group key as group key, device key as key and device password you generated with compute password verifier node you called for confirm device as password.

Response to device password verifier challenge

After the device srp challenge, device password verifier challenge will be required. It's similar with password verifier challenge, aws will provice SRP_B, SALT, SECRET_BLOCK and USER_ID_FOR_SRP as username in the result of the last initiate auth or response challenge call. You will have to compute password claim signature with device group key as group key, device key as key and device password you generated with compute password verifier node you called for confirm device as password. You will have to compute password claim signature with device group key as group key, device key as key and device password you generated with compute password verifier node you called for confirm device as password.

Response to device password verifier challenge

After the device srp challenge, device password verifier challenge will be required. It's similar with password verifier challenge, aws will provice SRP_B, SALT, SECRET_BLOCK and USER_ID_FOR_SRP as username in the result of the last initiate auth or response challenge call. You will have to compute password claim signature with device group key as group key, device key as key and device password you generated with compute password verifier node you called for confirm device as password. You will have to compute password claim signature with device group key as group key, device key as key and device password you generated with compute password verifier node you called for confirm device as password.

Compute secret hash

Secret hash is used to protect cognito's login apis. Add SECRET_HASH to Auth parameters in intiate auth or challenge responses of response auth challenge.

Compute secret hash

Secret hash is used to protect cognito's login apis. Add SECRET_HASH to Auth parameters in intiate auth or challenge responses of response auth challenge.

Compute secret hash

Secret hash is used to protect cognito's login apis. Add SECRET_HASH to Auth parameters in intiate auth or challenge responses of response auth challenge.

© 2019, multiplayscape. All Rights Reserved.

© 2019, multiplayscape. All Rights Reserved.

© 2019, multiplayscape.

All Rights Reserved.