damn_server.api.authorized_by_openstreetmap_so_create_and_store_token

async damn_server.api.authorized_by_openstreetmap_so_create_and_store_token(token_identifier, oauth_token, oauth_verifier)

OpenStreetMap authorization process redirects to this endpoint.

Parameters:
  • token_identifier (ConstrainedStrValue) – Specify your temporary token identifier.

  • oauth_token (str) – The OAuth1 token (not saying much, huh).

  • oauth_verifier (str) – The OAuth1 verifier (not saying much, huh).