Resource Owner Password Credentials Grant

POST https://auth.10npay.com/connect/token
Content-Type: application/x-www-form-urlencoded
Authorization: Basic client_id+client_secret(Base64Encoded)    client_id=client1&
    client_secret=secret&
    grant_type=password&
    username=user1&
    password=password1&
    scope=scope1 scope2

(Form-encoding removed and line breaks added for readability)

Powered by BetterDocs