We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
認証を行うURLを取得します
String: 認証を行うURL
var api = new DataAPI({ baseUrl: "https://your-host/your-mt-api.cgi", clientId: "your-client-id" }); // "https://your-host/your-mt-api.cgi/v1/authorization/?clientId=your-client-id&redirectUrl=https://your-host/your-app/" var url = api.getAuthorizationUrl("https://your-host/your-app/");