Skip to content

Commit

Permalink
remove access tokens with other calls
Browse files Browse the repository at this point in the history
  • Loading branch information
shreya-mishra committed Jun 17, 2023
1 parent 2ae08ea commit d1b1d7a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions qr-code-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"user_id": "String",
"device_info": "String",
"authorization_status": "String",
"access_token": "String"
}
}
```
Expand Down Expand Up @@ -88,7 +87,6 @@
"user_id": "SooJK37gzjIZfFNH0tlL",
"device_info": "t5k77PHnuDSrgEzvMJAj",
"authorization_status": "NOT_INIT",
"access_token": ""
},
"message": "authentication document created successfully."
}
Expand Down Expand Up @@ -240,7 +238,6 @@ Updates the authorization_status field of an existing qr-code-auth document for
"user_id": "String",
"device_info": "String",
"authorization_status": "String",
"access_token": "String"
}
}
```
Expand Down Expand Up @@ -294,7 +291,6 @@ Updates the authorization_status field of an existing qr-code-auth document for
"user_id": "SooJK37gzjIZfFNH0tlL",
"device_info": "t5k77PHnuDSrgEzvMJAj",
"authorization_status": "AUTHORIZED",
"access_token": "NLFSj7Kz30oHgolfIZtJ"
},
"message": "Authentication document for user SooJK37gzjIZfFNH0tlL updated successfully."
}
Expand Down

0 comments on commit d1b1d7a

Please sign in to comment.