Normal
Hallo Claus,ich verstehe es so, dass ich folgendes benötige:client_id and a client_secret[code]You can create OAuth clients in your account under Settings/My Apps. If you create a confidential client, it will have both a client_id and a client_secret which can be used to retrieve an access token in this way. [/code]-> heißt das, dass aus der client_id und client_secret dann mein Token generiert wird?Ich habe nun über: https://editor.swagger.io/ die Client API für JAVA erstellt.Was mir nun aber nicht klar ist, wie authentifiziere ich mich?Wo muss ich die client_id und client_secret angeben als Konstante?Danke für jede Hilfe
Hallo Claus,
ich verstehe es so, dass ich folgendes benötige:
client_id and a client_secret
[code]You can create OAuth clients in your account under Settings/My Apps. If you create a confidential client, it will have both a client_id and a client_secret which can be used to retrieve an access token in this way. [/code]
-> heißt das, dass aus der client_id und client_secret dann mein Token generiert wird?
Ich habe nun über: https://editor.swagger.io/ die Client API für JAVA erstellt.
Was mir nun aber nicht klar ist, wie authentifiziere ich mich?
Wo muss ich die client_id und client_secret angeben als Konstante?
Danke für jede Hilfe