Callback
Callback called by Myinfo service
GET
http://localhost:3001/callback
After login Myinfo and agree terms, Myinfo service automatically call myinfo-connector-python's callback API to pass auth code.
Query Parameters
Name
Type
Description
code*
String
state*
String
Identifier that represents the user's session/transaction with the client for reconciling query and response. The same value will be sent back via the callback URL. Use a unique system generated number for each user/transaction.
Last updated