Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General Information

...

Service

API

Method

Data Models

Workflow

oauth

/available/login

GET

N/A

N/A

Description

Get information about what login is options are available.

Input

...

Code Block
Type: application/json


This API needs no Input parameters

...

Output

Response

SOAJS has a unified response. Check out this link to understand more the schema of SOAJS response 

Valid Response

Code Block
{"result":true,"data":{"thirdparty":["azure"],"local":{"available":true}}}

Invalid Response

Code Block
{"result":false,"errors":{"codes":[132],"details":[{"code":132,"message":"A valid key is needed to access any API."}]}}

...