Login API

login

post/api/login

Query parameters

clientIdstring required

clientId

responseTypestring required

responseType

redirectUristring required

redirectUri

scopestring

scope

statestring

state

noncestring

nonce

code_challenge_methodstring

code_challenge_method

code_challengestring

code_challenge

Request body

ControllersAuthForm required

Response

The Response object

Changes

Changed in 2 of the 35 revisions of this API.317

  • d521546afb23315See the full diff
    • added the new required query request parameter clientId

      new-required-request-parameter

    • added the new required query request parameter redirectUri

      new-required-request-parameter

    • added the new required query request parameter responseType

      new-required-request-parameter

    • deleted the query request parameter oAuthParams

      request-parameter-removed

    • added the new optional query request parameter code_challenge

      new-optional-request-parameter

    • added the new optional query request parameter code_challenge_method

      new-optional-request-parameter

    • added the new optional query request parameter nonce

      new-optional-request-parameter

    • added the new optional query request parameter scope

      new-optional-request-parameter

    • added the new optional query request parameter state

      new-optional-request-parameter

    • api tag Login API added

      api-tag-added

    • api tag api removed

      api-tag-removed