WebDocumentationInvalidHeaderErrorMessage |
Invalid header '{0}' (ヘッダー '{0}' が無効です) |
WebDocumentationInvalidRequestErrorMessage |
Invalid Request URL (要求 URL が無効です) |
TextboxLabelAccessToken |
Access token * (アクセス トークン) |
DropdownOptionPrimaryKeyFormat |
Primary-{0} (プライマリ -{0}) |
DropdownOptionSecondaryKeyFormat |
Secondary-{0} (セカンダリ -{0}) |
WebDocumentationSubscriptionKeyText |
Your subscription key (サブスクリプション キー) |
WebDocumentationTemplatesAddHeaders |
Add required HTTP headers (必要な HTTP ヘッダーを追加する) |
WebDocumentationTemplatesBasicAuthSample |
Basic Authorization Sample (基本認証のサンプル) |
WebDocumentationTemplatesCurlForBasicAuth |
for Basic Authorization use: --user {username}:{password} (基本認証の使用について: --ユーザー {username}:{password}) |
WebDocumentationTemplatesCurlValuesForPath |
Specify values for path parameters (shown as {...}), your subscription key and values for query parameters (パス パラメーターの値 ({...} として表示)、サブスクリプション キー、およびクエリ パラメーターの値を指定します) |
WebDocumentationTemplatesDeveloperKey |
Specify your subscription key (サブスクリプション キーを指定してください) |
WebDocumentationTemplatesJavaApache |
This sample uses the Apache HTTP client from HTTP Components (http://hc.apache.org/httpcomponents-client-ga/) (このサンプルでは、HTTP Components の Apache HTTP クライアントを使用しています) |
WebDocumentationTemplatesOptionalParams |
Specify values for optional parameters, as needed (必要に応じて省略可能なパラメーターの値を指定します) |
WebDocumentationTemplatesPhpPackage |
This sample uses the HTTP_Request2 package. (このサンプルでは、HTTP_Request2 パッケージを使用します。) (詳細: https://pear.php.net/package/HTTP_Request2) |
WebDocumentationTemplatesPythonValuesForPath |
Specify values for path parameters (shown as {...}) and request body if needed (必要に応じて、パス パラメーターの値 ({...} として表示) と要求本文を指定します) |
WebDocumentationTemplatesRequestBody |
Specify request body (要求本文を指定します) |
WebDocumentationTemplatesRequiredParams |
Specify values for the following required parameters (次の必要なパラメーターの値を指定します) |
WebDocumentationTemplatesValuesForPath |
Specify values for path parameters (shown as {...}) (パス パラメーターの値 ({...} として表示) を指定します) |
OAuth2AuthorizationEndpointDescription |
The authorization endpoint is used to interact with the resource owner and obtain an authorization grant. (承認エンドポイントは、リソース所有者との対話や承認付与の取得に使用されます。) |
OAuth2AuthorizationEndpointName |
Authorization endpoint (承認エンドポイント) |
OAuth2TokenEndpointDescription |
The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token. (トークン エンドポイントは、クライアントが承認付与または更新トークンを提示してアクセス トークンを取得する際に使用されます。) |
OAuth2TokenEndpointName |
Token endpoint (トークン エンドポイント) |
OAuth2Flow_AuthorizationCodeGrant_Step_AuthorizationRequest_Description |
<p> The client initiates the flow by directing the resource owner's user-agent to the authorization endpoint. (クライアントは、リソース所有者のユーザー エージェントを承認エンドポイントに導くことで、フローを開始します。) The client includes its client identifier, requested scope, local state, and a redirection URI to which the authorization server will send the user-agent back once access is granted (or denied). (クライアントには、クライアント識別子、要求されたスコープ、ローカルの状態に加え、アクセスが許可 (または拒否) されると承認サーバーによってユーザー エージェントが再度送信されるリダイレクト URI が含まれます。)
</p><p> The authorization server authenticates the resource owner (via the user-agent) and establishes whether the resource owner grants or denies the client's access request. (承認サーバーによってリソースの所有者が認証され (ユーザー エージェントを使用)、リソースの所有者がクライアントのアクセス要求を許可するか、否定するかが設定されます。)
</p><p> Assuming the resource owner grants access, the authorization server redirects the user-agent back to the client using the redirection URI provided earlier (in the request or during client registration). (リソース所有者がアクセスを許可した場合、承認サーバーは以前 (要求時、またはクライアント登録中) に提供されたリダイレクト URI を使用してユーザー エージェントをクライアントにリダイレクトします。) The redirection URI includes an authorization code and any local state provided by the client earli (リダイレクト URI には認証コードと、以前にクライアントから提供されたローカル状態が含まれています。)
</p> |
OAuth2Flow_AuthorizationCodeGrant_Step_AuthorizationRequest_ErrorDescription |
<p> If the user denies the access request of if the request is invalid, the client will be informed using the following parameters added on to the redirect: </p> (ユーザーがアクセス要求を拒否した場合または要求が無効な場合、クライアントには、リダイレクトに追加された次のパラメーターを使用して通知されます:) |
OAuth2Flow_AuthorizationCodeGrant_Step_AuthorizationRequest_Name |
Authorization request (承認要求) |
OAuth2Flow_AuthorizationCodeGrant_Step_AuthorizationRequest_RequestDescription |
<p> The client app must send the user to the authorization endpoint in order to initiate the OAuth process. (クライアント アプリは、OAuth プロセスを開始するために、ユーザーを承認エンドポイントに送信する必要があります。) At the authorization endpoint, the user authenticates and then grants or denies access to the app. (承認エンドポイントでは、ユーザーが認証された後、アプリへのアクセスが許可または拒否されます。)
</p> |
OAuth2Flow_AuthorizationCodeGrant_Step_AuthorizationRequest_ResponseDescription |
<p> Assuming the resource owner grants access, authorization server redirects the user-agent back to the client using the redirection URI provided earlier (in the request or during client registration). (リソース所有者がアクセスを許可した場合、承認サーバーは以前 (要求時、またはクライアント登録中) に提供されたリダイレクト URI を使用して、ユーザー エージェントをクライアントにリダイレクトします。) The redirection URI includes an authorization code and any local state provided by the client earli (リダイレクト URI には認証コードと、以前にクライアントから提供されたローカル状態が含まれています。)
</p> |
OAuth2Flow_AuthorizationCodeGrant_Step_TokenRequest_Description |
<p> The client requests an access token from the authorization server''s token endpoint by including the authorization code received in the previous step. (クライアントは、前の手順で受け取った承認コードを含めることで、承認サーバーのトークン エンドポイントにアクセス トークンを要求します。) When making the request, the client authenticates with the authorization server. (クライアントは、要求を行う際に、承認サーバーで認証を行います。) The client includes the redirection URI used to obtain the authorization code for verification. (クライアントには、検証用の承認コードを取得するためのリダイレクト URI が含まれています。)
</p><p> The authorization server authenticates the client, validates the authorization code, and ensures that the redirection URI received matches the URI used to redirect the client in step (C). (承認サーバーはクライアントを認証し、承認コードを確認して、受け取ったリダイレクト URI が、手順 (C) でクライアントのリダイレクトに使用された URI と一致するかどうかを確認します。) If valid, the authorization server responds back with an access token and, optionally, a refresh token. (有効な場合、承認サーバーはアクセス トークン、およびオプションで更新トークンを使用して応答を返します。)
</p> |
OAuth2Flow_AuthorizationCodeGrant_Step_TokenRequest_ErrorDescription |
<p> If the request client authentication failed or is invalid, the authorization server responds with an HTTP 400 (Bad Request) status code (unless specified otherwise) and includes the following parameters with the response. (要求のクライアント認証が失敗した場合または無効な場合、承認サーバーは、(別途指定がない限り) HTTP 400 (無効な要求) 状態コードで応答を返し、応答に次のパラメーターを含めます。)
</p> |
OAuth2Flow_AuthorizationCodeGrant_Step_TokenRequest_RequestDescription |
<p> The client makes a request to the token endpoint by sending the following parameters using the "application/x-www-form-urlencoded" format with a character encoding of UTF-8 in the HTTP request entity-body. (クライアントは、HTTP 要求のエンティティ ボディで文字エンコードが UTF-8 に指定された "application/x-www-form-urlencoded" 形式を使用して次のパラメーターを送信することで、トークン エンドポイントに対して要求を行います。)
</p> |
OAuth2Flow_AuthorizationCodeGrant_Step_TokenRequest_ResponseDescription |
<p> The authorization server issues an access token and optional refresh token, and constructs the response by adding the following parameters to the entity-body of the HTTP response with a 200 (OK) status code. (承認サーバーは、アクセス トークンとオプションの更新トークンを発行し、200 (OK) 状態コードを含む HTTP 応答のエンティティ ボディに次のパラメーターを追加することで応答を作成します。)
</p> |
OAuth2Flow_ClientCredentialsGrant_Step_TokenRequest_Description |
<p> The client authenticates with the authorization server and requests an access token from the token endpoint. (クライアントは、承認サーバーで認証を行い、トークン エンドポイントからアクセス トークンを要求します。)
</p><p> The authorization server authenticates the client, and if valid, issues an access token. (承認サーバーはクライアントを認証し、有効な場合はアクセス トークンを発行します。)
</p> |
OAuth2Flow_ClientCredentialsGrant_Step_TokenRequest_ErrorDescription |
<p> If the request failed client authentication or is invalid the authorization server responds with an HTTP 400 (Bad Request) status code (unless specified otherwise) and includes the following parameters with the response. (要求がクライアント認証に失敗した場合または要求が無効な場合は、承認サーバーは、HTTP 400 (Bad Request) 状態コード (別途指定がある場合を除く) を含む応答を返し、応答には次のパラメーターを含めます。)
</p> |
OAuth2Flow_ClientCredentialsGrant_Step_TokenRequest_RequestDescription |
<p> The client makes a request to the token endpoint by adding the following parameters using the "application/x-www-form-urlencoded" format with a character encoding of UTF-8 in the HTTP request entity-body. (クライアントは、HTTP 要求のエンティティ ボディの文字エンコードが UTF-8 の "application/x-www-form-urlencoded" 形式を使用して次のパラメーターを追加することで、トークン エンドポイントに対して要求を行います。)
</p> |
OAuth2Flow_ClientCredentialsGrant_Step_TokenRequest_ResponseDescription |
<p> If the access token request is valid and authorized, the authorization server issues an access token and optional refresh token, and constructs the response by adding the following parameters to the entity-body of the HTTP response with a 200 (OK) status code. (アクセス トークン要求が有効で、承認されると、承認サーバーはアクセス トークンとオプションの更新トークンを発行し、200 (OK) 状態コードを含む HTTP 応答のエンティティ ボディに次のパラメーターを追加することで応答を作成します。)
</p> |
OAuth2Flow_ImplicitGrant_Step_AuthorizationRequest_Description |
<p> The client initiates the flow by directing the resource owner''s user-agent to the authorization endpoint. (クライアントは、リソース所有者のユーザー エージェントを承認エンドポイントに導くことで、フローを開始します。) The client includes its client identifier, requested scope, local state, and a redirection URI to which the authorization server will send the user-agent back once access is granted (or denied). (クライアントには、クライアント識別子、要求されたスコープ、ローカルの状態に加え、アクセスが許可 (または拒否) されると承認サーバーによってユーザー エージェントが再度送信されるリダイレクト URI が含まれます。)
</p><p> The authorization server authenticates the resource owner (via the user-agent) and establishes whether the resource owner grants or denies the client''s access request. (承認サーバーによってリソースの所有者が認証され (ユーザー エージェントを使用)、リソースの所有者がクライアントのアクセス要求を許可するか、否定するかが設定されます。)
</p><p> Assuming the resource owner grants access, the authorization server redirects the user-agent back to the client using the redirection URI provided earlier. (リソース所有者がアクセスを許可したと想定した場合、承認サーバーは、前に指定されたリダイレクト URI を使用してユーザー エージェントをクライアントにリダイレクトします。) The redirection URI includes the access token in the URI fragment. (リダイレクト URI は、URI フラグメントにアクセス トークンを含めます。)
</p> |
OAuth2Flow_ImplicitGrant_Step_AuthorizationRequest_ErrorDescription |
<p> If the resource owner denies the access request or if the request fails for reasons other than a missing or invalid redirection URI, the authorization server informs the client by adding the following parameters to the fragment component of the redirection URI using the "application/x-www-form-urlencoded" format. (リソース所有者がアクセス要求を拒否した場合、またはリダイレクト URI が存在しないか無効であるという理由以外で要求が失敗した場合は、承認サーバーは、"application/x-www-form-urlencoded" 形式でリダイレクト URI のフラグメント コンポーネントに次のパラメーターを追加することで、クライアントに通知します。)
</p> |
OAuth2Flow_ImplicitGrant_Step_AuthorizationRequest_RequestDescription |
<p> The client app must send the user to the authorization endpoint in order to initiate the OAuth process. (クライアント アプリは、OAuth プロセスを開始するために、ユーザーを承認エンドポイントに送信する必要があります。) At the authorization endpoint, the user authenticates and then grants or denies access to the app. (承認エンドポイントでは、ユーザーが認証された後、アプリへのアクセスが許可または拒否されます。)
</p> |
OAuth2Flow_ImplicitGrant_Step_AuthorizationRequest_ResponseDescription |
<p> If the resource owner grants the access request, the authorization server issues an access token and delivers it to the client by adding the following parameters to the fragment component of the redirection URI using the "application/x-www-form-urlencoded" format. (リソース所有者がアクセス要求を許可した場合、承認サーバーは、"application/x-www-form-urlencoded" 形式でリダイレクト URI のフラグメント コンポーネントに次のパラメーターを追加することで、アクセス トークンを発行し、それをクライアントに配布します。)
</p> |
OAuth2Flow_ObtainAuthorization_AuthorizationCodeGrant_Description |
Authorization code flow is optimized for clients capable of maintaining the confidentiality of their credentials (e.g., web server applications implemented using PHP, Java, Python, Ruby, ASP.NET, etc.). (承認コードフローは、資格情報の機密性を保持できるクライアントに最適です (例: PHP、Java、Python、Ruby、ASP.NET などを使用して実装された Web サーバー アプリケーション)。) |
OAuth2Flow_ObtainAuthorization_AuthorizationCodeGrant_Name |
Authorization Code grant (承認コードの付与) |
OAuth2Flow_ObtainAuthorization_ClientCredentialsGrant_Description |
Client credentials flow is suitable in cases where the client (your application) is requesting access to the protected resources under its control. (クライアントの資格情報フローは、クライアント (アプリケーション) がその管理下で保護されているリソースへのアクセスを要求している場合に適しています。) The client is considered as a resource owner, so no end-user interaction is required. (クライアントはリソース所有者と見なされるため、エンドユーザーによる操作が必要ありません。) |
OAuth2Flow_ObtainAuthorization_ClientCredentialsGrant_Name |
Client Credentials grant (クライアント資格情報の付与) |
OAuth2Flow_ObtainAuthorization_ImplicitGrant_Description |
Implicit flow is optimized for clients incapable of maintaining the confidentiality of their credentials known to operate a particular redirection URI. (暗黙的なフローは、特定のリダイレクト URI を操作することがわかっている資格情報の機密性を保持できないクライアントに適しています。) These clients are typically implemented in a browser using a scripting language such as JavaScript. (これらのクライアントは、通常、JavaScript などのスクリプト言語を使用してブラウザーで実装されます。) |
OAuth2Flow_ObtainAuthorization_ImplicitGrant_Name |
Implicit grant (暗黙的な付与) |
OAuth2Flow_ObtainAuthorization_ResourceOwnerPasswordCredentialsGrant_Description |
Resource owner password credentials flow is suitable in cases where the resource owner has a trust relationship with the client (your application), such as the device operating system or a highly privileged application. (リソース所有者のパスワード資格情報のフローは、リソース所有者が、デバイスのオペレーティング システムや高い特権を持つアプリケーションなどのクライアント (アプリケーション) と信頼関係にある場合に適しています。) This flow is suitable for clients capable of obtaining the resource owner's credentials (username and password, typically using an interactive form). (このフローは、リソース所有者の資格情報 (ユーザー名とパスワード、通常は対話形式を使用) を取得できるクライアントに適しています。) |
OAuth2Flow_ObtainAuthorization_ResourceOwnerPasswordCredentialsGrant_Name |
Resource Owner Password Credentials grant (リソース所有者のパスワード資格情報の付与) |
OAuth2Flow_ResourceOwnerPasswordCredentialsGrant_Step_TokenRequest_Description |
<p> The resource owner provides the client with its username and password. (リソース所有者は、そのユーザー名とパスワードをクライアントに提供します。)
</p><p> The client requests an access token from the authorization server''s token endpoint by including the credentials received from the resource owner. (クライアントは、リソース所有者から受け取った資格情報を含めることで、承認サーバーのトークン エンドポイントにアクセス トークンを要求します。) When making the request, the client authenticates with the authorization server. (クライアントは、要求を行う際に、承認サーバーで認証を行います。)
</p><p> The authorization server authenticates the client and validates the resource owner credentials, and if valid, issues an access token. (承認サーバーはクライアントを認証し、リソース所有者の資格情報を検証して、有効な場合はアクセス トークンを発行します。)
</p> |
OAuth2Flow_ResourceOwnerPasswordCredentialsGrant_Step_TokenRequest_ErrorDescription |
<p> If the request failed client authentication or is invalid the authorization server responds with an HTTP 400 (Bad Request) status code (unless specified otherwise) and includes the following parameters with the response. (要求がクライアント認証に失敗した場合または要求が無効な場合は、承認サーバーは、HTTP 400 (Bad Request) 状態コード (別途指定がある場合を除く) を含む応答を返し、応答には次のパラメーターを含めます。)
</p> |
OAuth2Flow_ResourceOwnerPasswordCredentialsGrant_Step_TokenRequest_RequestDescription |
<p> The client makes a request to the token endpoint by adding the following parameters using the "application/x-www-form-urlencoded" format with a character encoding of UTF-8 in the HTTP request entity-body. (クライアントは、HTTP 要求のエンティティ ボディの文字エンコードが UTF-8 の "application/x-www-form-urlencoded" 形式を使用して次のパラメーターを追加することで、トークン エンドポイントに対して要求を行います。)
</p> |
OAuth2Flow_ResourceOwnerPasswordCredentialsGrant_Step_TokenRequest_ResponseDescription |
<p> If the access token request is valid and authorized, the authorization server issues an access token and optional refresh token, and constructs the response by adding the following parameters to the entity-body of the HTTP response with a 200 (OK) status code. (アクセス トークン要求が有効で、承認されると、承認サーバーはアクセス トークンとオプションの更新トークンを発行し、200 (OK) 状態コードを含む HTTP 応答のエンティティ ボディに次のパラメーターを追加することで応答を作成します。)
</p> |
OAuth2Step_AccessTokenRequest_Name |
Access token request (アクセス トークン要求) |
OAuth2Step_AuthorizationRequest_Name |
Authorization request (承認要求) |
OAuth2AccessToken_AuthorizationCodeGrant_TokenResponse |
REQUIRED. (必須。) The access token issued by the authorization server. (承認サーバーによって発行されたアクセス トークン。) |
OAuth2AccessToken_ClientCredentialsGrant_TokenResponse |
REQUIRED. (必須。) The access token issued by the authorization server. (承認サーバーによって発行されたアクセス トークン。) |
OAuth2AccessToken_ImplicitGrant_AuthorizationResponse |
REQUIRED. (必須。) The access token issued by the authorization server. (承認サーバーによって発行されたアクセス トークン。) |
OAuth2AccessToken_ResourceOwnerPasswordCredentialsGrant_TokenResponse |
REQUIRED. (必須。) The access token issued by the authorization server. (承認サーバーによって発行されたアクセス トークン。) |
OAuth2ClientId_AuthorizationCodeGrant_AuthorizationRequest |
REQUIRED. (必須。) Client identifier. (クライアント識別子。) |
OAuth2ClientId_AuthorizationCodeGrant_TokenRequest |
REQUIRED if the client is not authenticating with the authorization server. (クライアントが承認サーバーで認証されていない場合は必須。) |
OAuth2ClientId_ImplicitGrant_AuthorizationRequest |
REQUIRED. (必須。) The client identifier. (クライアント識別子。) |
OAuth2Code_AuthorizationCodeGrant_AuthorizationResponse |
REQUIRED. (必須。) The authorization code generated by the authorization server. (承認サーバーによって生成された承認コード。) |
OAuth2Code_AuthorizationCodeGrant_TokenRequest |
REQUIRED. (必須。) The authorization code received from the authorization server. (承認サーバーから受け取った承認コード。承認サーバーから受け取った承認コード。) |
OAuth2ErrorDescription_AuthorizationCodeGrant_AuthorizationErrorResponse |
省略可能。 Human-readable ASCII text providing additional information. (追加情報を提供する、人間が判読できる ASCII テキスト。) |
OAuth2ErrorDescription_AuthorizationCodeGrant_TokenErrorResponse |
省略可能。 Human-readable ASCII text providing additional information. (追加情報を提供する、人間が判読できる ASCII テキスト。) |
OAuth2ErrorDescription_ClientCredentialsGrant_TokenErrorResponse |
省略可能。 Human-readable ASCII text providing additional information. (追加情報を提供する、人間が判読できる ASCII テキスト。) |
OAuth2ErrorDescription_ImplicitGrant_AuthorizationErrorResponse |
省略可能。 Human-readable ASCII text providing additional information. (追加情報を提供する、人間が判読できる ASCII テキスト。) |
OAuth2ErrorDescription_ResourceOwnerPasswordCredentialsGrant_TokenErrorResponse |
省略可能。 Human-readable ASCII text providing additional information. (追加情報を提供する、人間が判読できる ASCII テキスト。) |
OAuth2ErrorUri_AuthorizationCodeGrant_AuthorizationErrorResponse |
省略可能。 A URI identifying a human-readable web page with information about the error. (エラーに関する情報を含む、人間が判読できる Web ページを識別する URI。) |
OAuth2ErrorUri_AuthorizationCodeGrant_TokenErrorResponse |
省略可能。 A URI identifying a human-readable web page with information about the error. (エラーに関する情報を含む、人間が判読できる Web ページを識別する URI。) |
OAuth2ErrorUri_ClientCredentialsGrant_TokenErrorResponse |
省略可能。 A URI identifying a human-readable web page with information about the error. (エラーに関する情報を含む、人間が判読できる Web ページを識別する URI。) |
OAuth2ErrorUri_ImplicitGrant_AuthorizationErrorResponse |
省略可能。 A URI identifying a human-readable web page with information about the error. (エラーに関する情報を含む、人間が判読できる Web ページを識別する URI。) |
OAuth2ErrorUri_ResourceOwnerPasswordCredentialsGrant_TokenErrorResponse |
省略可能。 A URI identifying a human-readable web page with information about the error. (エラーに関する情報を含む、人間が判読できる Web ページを識別する URI。) |
OAuth2Error_AuthorizationCodeGrant_AuthorizationErrorResponse |
REQUIRED. (必須。) A single ASCII error code from the following: invalid_request, unauthorized_client, access_denied, unsupported_response_type, invalid_scope, server_error, temporarily_unavailable. (次のうち 1 つの ASCII エラー コード: invalid_request、unauthorized_client、access_denied、unsupported_response_type、invalid_scope、server_error、temporarily_unavailable。) |
OAuth2Error_AuthorizationCodeGrant_TokenErrorResponse |
REQUIRED. (必須。) A single ASCII error code from the following: invalid_request, invalid_client, invalid_grant, unauthorized_client, unsupported_grant_type, invalid_scope. (次のうち 1 つの ASCII エラー コード: invalid_request、invalid_client、invalid_grant、unauthorized_client、unsupported_grant_type、invalid_scope。) |
OAuth2Error_ClientCredentialsGrant_TokenErrorResponse |
REQUIRED. (必須。) A single ASCII error code from the following: invalid_request, invalid_client, invalid_grant, unauthorized_client, unsupported_grant_type, invalid_scope. (次のうち 1 つの ASCII エラー コード: invalid_request、invalid_client、invalid_grant、unauthorized_client、unsupported_grant_type、invalid_scope。) |
OAuth2Error_ImplicitGrant_AuthorizationErrorResponse |
REQUIRED. (必須。) A single ASCII error code from the following: invalid_request, unauthorized_client, access_denied, unsupported_response_type, invalid_scope, server_error, temporarily_unavailable. (次のうち 1 つの ASCII エラー コード: invalid_request、unauthorized_client、access_denied、unsupported_response_type、invalid_scope、server_error、temporarily_unavailable。) |
OAuth2Error_ResourceOwnerPasswordCredentialsGrant_TokenErrorResponse |
REQUIRED. (必須。) A single ASCII error code from the following: invalid_request, invalid_client, invalid_grant, unauthorized_client, unsupported_grant_type, invalid_scope. (次のうち 1 つの ASCII エラー コード: invalid_request、invalid_client、invalid_grant、unauthorized_client、unsupported_grant_type、invalid_scope。) |
OAuth2ExpiresIn_AuthorizationCodeGrant_TokenResponse |
RECOMMENDED. (推奨。) The lifetime in seconds of the access token. (アクセス トークンの有効期間 (秒)。) |
OAuth2ExpiresIn_ClientCredentialsGrant_TokenResponse |
RECOMMENDED. (推奨。) The lifetime in seconds of the access token. (アクセス トークンの有効期間 (秒)。) |
OAuth2ExpiresIn_ImplicitGrant_AuthorizationResponse |
RECOMMENDED. (推奨。) The lifetime in seconds of the access token. (アクセス トークンの有効期間 (秒)。) |
OAuth2ExpiresIn_ResourceOwnerPasswordCredentialsGrant_TokenResponse |
RECOMMENDED. (推奨。) The lifetime in seconds of the access token. (アクセス トークンの有効期間 (秒)。) |
OAuth2GrantType_AuthorizationCodeGrant_TokenRequest |
REQUIRED. (必須。) Value MUST be set to "authorization_code". (値は "authorization_code" に設定する必要があります。) |
OAuth2GrantType_ClientCredentialsGrant_TokenRequest |
REQUIRED. (必須。) Value MUST be set to "client_credentials". (値は "client_credentials" に設定する必要があります。) |
OAuth2GrantType_ResourceOwnerPasswordCredentialsGrant_TokenRequest |
REQUIRED. (必須。) Value MUST be set to "password". (値は "password" に設定する必要があります。) |
OAuth2Password_ResourceOwnerPasswordCredentialsGrant_TokenRequest |
REQUIRED. (必須。) The resource owner password. (リソース所有者のパスワード。) |
OAuth2RedirectUri_AuthorizationCodeGrant_AuthorizationRequest |
省略可能。 The redirection endpoint URI must be an absolute URI. (リダイレクトのエンドポイント URI は、絶対 URI にする必要があります。) |
OAuth2RedirectUri_AuthorizationCodeGrant_TokenRequest |
REQUIRED if the "redirect_uri" parameter was included in the authorization request, and their values MUST be identical. ("redirect_uri" パラメーターが承認要求に含まれていた場合は必須。これらの値は同一である必要があります。) |
OAuth2RedirectUri_ImplicitGrant_AuthorizationRequest |
省略可能。 The redirection endpoint URI must be an absolute URI. (リダイレクトのエンドポイント URI は、絶対 URI にする必要があります。) |
OAuth2RefreshToken_AuthorizationCodeGrant_TokenResponse |
省略可能。 The refresh token, which can be used to obtain new access tokens. (新しいアクセス トークンを取得するために使用できる更新トークン。) |
OAuth2RefreshToken_ClientCredentialsGrant_TokenResponse |
省略可能。 The refresh token, which can be used to obtain new access tokens. (新しいアクセス トークンを取得するために使用できる更新トークン。) |
OAuth2RefreshToken_ResourceOwnerPasswordCredentialsGrant_TokenResponse |
省略可能。 The refresh token, which can be used to obtain new access tokens. (新しいアクセス トークンを取得するために使用できる更新トークン。) |
OAuth2ResponseType_AuthorizationCodeGrant_AuthorizationRequest |
REQUIRED. (必須。) Value MUST be set to "code". (値は "code" に設定する必要があります。) |
OAuth2ResponseType_ImplicitGrant_AuthorizationRequest |
REQUIRED. (必須。) Value MUST be set to "token". (値は "token" に設定する必要があります。) |
OAuth2Scope_AuthorizationCodeGrant_AuthorizationRequest |
省略可能。 The scope of the access request. (アクセス要求のスコープ。) |
OAuth2Scope_AuthorizationCodeGrant_TokenResponse |
OPTIONAL if identical to the scope requested by the client; otherwise, REQUIRED. (クライアントによって要求されたスコープと同じ場合は省略可能、それ以外の場合は必須。) |
OAuth2Scope_ClientCredentialsGrant_TokenRequest |
省略可能。 The scope of the access request. (アクセス要求のスコープ。) |
OAuth2Scope_ClientCredentialsGrant_TokenResponse |
OPTIONAL, if identical to the scope requested by the client; otherwise, REQUIRED. (クライアントによって要求されたスコープと同じ場合は省略可能、それ以外の場合は必須。) |
OAuth2Scope_ImplicitGrant_AuthorizationRequest |
省略可能。 The scope of the access request. (アクセス要求のスコープ。) |
OAuth2Scope_ImplicitGrant_AuthorizationResponse |
OPTIONAL if identical to the scope requested by the client; otherwise, REQUIRED. (クライアントによって要求されたスコープと同じ場合は省略可能、それ以外の場合は必須。) |
OAuth2Scope_ResourceOwnerPasswordCredentialsGrant_TokenRequest |
省略可能。 The scope of the access request. (アクセス要求のスコープ。) |
OAuth2Scope_ResourceOwnerPasswordCredentialsGrant_TokenResponse |
OPTIONAL, if identical to the scope requested by the client; otherwise, REQUIRED. (クライアントによって要求されたスコープと同じ場合は省略可能、それ以外の場合は必須。) |
OAuth2State_AuthorizationCodeGrant_AuthorizationErrorResponse |
REQUIRED if the "state" parameter was present in the client authorization request. ("state" パラメーターがクライアント承認要求に存在する場合は必須。) The exact value received from the client. (クライアントから受け取った正確な値。) |
OAuth2State_AuthorizationCodeGrant_AuthorizationRequest |
RECOMMENDED. (推奨。) An opaque value used by the client to maintain state between the request and callback. (クライアントが要求とコールバックの間で状態を維持するために使用する非透過的な値。) The authorization server includes this value when redirecting the user-agent back to the client. (承認サーバーは、ユーザー エージェントをクライアントにリダイレクトするときにこの値を含めます。) The parameter SHOULD be used for preventing cross-site request forgery. (クロスサイト リクエスト フォージェリを防ぐために、このパラメーターを使用してください。) |
OAuth2State_AuthorizationCodeGrant_AuthorizationResponse |
REQUIRED if the "state" parameter was present in the client authorization request. ("state" パラメーターがクライアント承認要求に存在する場合は必須。) The exact value received from the client. (クライアントから受け取った正確な値。) |
OAuth2State_ImplicitGrant_AuthorizationErrorResponse |
REQUIRED if the "state" parameter was present in the client authorization request. ("state" パラメーターがクライアント承認要求に存在する場合は必須。) The exact value received from the client. (クライアントから受け取った正確な値。) |
OAuth2State_ImplicitGrant_AuthorizationRequest |
RECOMMENDED. (推奨。) An opaque value used by the client to maintain state between the request and callback. (クライアントが要求とコールバックの間で状態を維持するために使用する非透過的な値。) The authorization server includes this value when redirecting the user-agent back to the client. (承認サーバーは、ユーザー エージェントをクライアントにリダイレクトするときにこの値を含めます。) The parameter SHOULD be used for preventing cross-site request forgery. (クロスサイト リクエスト フォージェリを防ぐために、このパラメーターを使用してください。) |
OAuth2State_ImplicitGrant_AuthorizationResponse |
REQUIRED if the "state" parameter was present in the client authorization request. ("state" パラメーターがクライアント承認要求に存在する場合は必須。) The exact value received from the client. (クライアントから受け取った正確な値。) |
OAuth2TokenType_AuthorizationCodeGrant_TokenResponse |
REQUIRED. (必須。) The type of the token issued. (発行されたトークンの種類。) |
OAuth2TokenType_ClientCredentialsGrant_TokenResponse |
REQUIRED. (必須。) The type of the token issued. (発行されたトークンの種類。) |
OAuth2TokenType_ImplicitGrant_AuthorizationResponse |
REQUIRED. (必須。) The type of the token issued. (発行されたトークンの種類。) |
OAuth2TokenType_ResourceOwnerPasswordCredentialsGrant_TokenResponse |
REQUIRED. (必須。) The type of the token issued. (発行されたトークンの種類。) |
OAuth2UserName_ResourceOwnerPasswordCredentialsGrant_TokenRequest |
REQUIRED. (必須。) The resource owner username. (リソース所有者のユーザー名。) |
OAuth2UnsupportedTokenType |
Token type '{0}' is not supporetd. (トークンの種類 '{0}' はサポートされていません。) |
OAuth2InvalidState |
Invalid response from authorization server (承認サーバーからの応答が無効です) |
OAuth2GrantType_AuthorizationCode |
Authorization code (承認コード) |
OAuth2GrantType_Implicit |
暗黙 |
OAuth2GrantType_ClientCredentials |
クライアント資格情報 |
OAuth2GrantType_ResourceOwnerPassword |
Resource owner password (リソース所有者のパスワード) |
WebDocumentation302Code |
302 Found (302 検出) |
WebDocumentation400Code |
400 (Bad request) (400 (無効な要求)) |
OAuth2SendingMethod_AuthHeader |
Authorization header (Authorization ヘッダー) |
OAuth2SendingMethod_QueryParam |
Query parameter (クエリ パラメーター) |
OAuth2AuthorizationServerGeneralException |
An error has occurred while authorizing access via {0} ({0} を介したアクセスの承認中にエラーが発生しました) |
OAuth2AuthorizationServerCommunicationException |
An HTTP connection to authorization server could not be established or it has been unexpectedly closed. (承認サーバーへの HTTP 接続は確立できなかったか、予期せず切断されました。) |
WebDocumentationOAuth2GeneralErrorMessage |
Unexpected error occurred. (予期しないエラーが発生しました。) |
AuthorizationServerCommunicationException |
Authorization server communication exception has happened. (承認サーバーの通信の例外が発生しました。) Please contact administrator. (管理者に問い合わせてください。) |
TextblockSubscriptionKeyHeaderDescription |
Subscription key which provides access to this API. (この API へのアクセスを提供するサブスクリプション キー。) Found in your <a href='/developer'>Profile</a>. (<a href='/developer'>Profile</a> にあります。) |
TextblockOAuthHeaderDescription |
OAuth 2.0 access token obtained from <i>{0}</i>. (OAuth 2.0 アクセス トークンを <i>{0}</i> から取得しました。) Supported grant types: <i>{1}</i>. (サポートされている付与タイプ: <i>{1}</i>。) |
TextblockContentTypeHeaderDescription |
Media type of the body sent to the API. (この API に送信される本文のメディアの種類。) |
ErrorMessageApiNotAccessible |
The API you are trying to call is not accessible at this time. (呼び出そうとしている API に現在アクセスできません。) Please contact the API publisher <a href="/issues">here</a>. (<a href="/issues">こちら</a> から API 発行者に問い合わせてください。) |
ErrorMessageApiTimedout |
The API you are trying to call is taking longer than normal to get response back. (呼び出そうとしている API は、応答を取得するのに通常より時間がかかっています。) Please contact the API publisher <a href="/issues">here</a>. (<a href="/issues">こちら</a> から API 発行者に問い合わせてください。) |
BadRequestParameterExpected |
"'{0}' parameter is expected" ("'{0}' パラメーターが必要です") |
TooltipTextDoubleClickToSelectAll |
Double click to select all. (ダブルクリックしてすべて選択します。) |
TooltipTextHideRevealSecret |
Show/Hide (表示/非表示) |
ButtonLinkOpenConsole |
[試用版] |
SectionHeadingRequestBody |
要求本文 |
SectionHeadingRequestParameters |
要求パラメーター |
SectionHeadingRequestUrl |
要求 URL |
SectionHeadingResponse |
応答 |
SectionHeadingRequestHeaders |
要求ヘッダー |
FormLabelSubtextOptional |
オプション |
SectionHeadingCodeSamples |
コード サンプル |
TextblockOpenidConnectHeaderDescription |
OpenID Connect ID token obtained from <i>{0}</i>. (OpenID Connect ID トークンを <i>{0}</i> から取得しました。) Supported grant types: <i>{1}</i>. (サポートされている付与タイプ: <i>{1}</i>。) |