Basic access authentication: Difference between revisions

Content deleted Content added
Line 41:
</code>
 
 
<code>
'Basic ' + base64.b64encode(f"{<clientid>}:{<client secret key>}".encode()).decode()
</code>
 
This parameter indicates that the server expects the client to use UTF-8 for encoding username and password (see below).