Tag: oauth
-
Messtone LLC MANAGES(Manhattan):Active® API
Messtone Devices Enables Manhattan Active® API from Messtone Code, Authenticated user: GET/api/organization/userrobertharper/allDetails/userId/ def access_token(client_id,client_secret,token_url,usernamerobertharper,password):” “Return access token for Manhattan Active® API using the resource owner password credentials grant confirms to https://datatracker.ietf.org/doc/html/rfc6749#section-4.3 Must authenticate to token endpoint with client credentials: https://datatracker.ietf.org/doc/html/rfc6749 #section-3.2.1 Args:client_id(str):client identifier client_secret(str):client password token_url(str): endpoint to obtain access token usernamerobertharper password(str):the resource owner…