MicrosoftGovernmentAppCredentials クラス
- java.
lang. Object - com.
microsoft. bot. connector. authentication. AppCredentials - com.
microsoft. bot. connector. authentication. MicrosoftAppCredentials - com.
microsoft. bot. connector. authentication. MicrosoftGovernmentAppCredentials
- com.
- com.
- com.
public class MicrosoftGovernmentAppCredentials
extends MicrosoftAppCredentials
MicrosoftGovernmentAppCredentials 認証の実装。
コンストラクターの概要
| コンストラクター | 説明 |
|---|---|
| MicrosoftGovernmentAppCredentials(String appId, String password) |
Microsoft |
| MicrosoftGovernmentAppCredentials(String appId, String password, String oAuthScope) |
Microsoft |
| MicrosoftGovernmentAppCredentials(String withAppId, String withAppPassword, String withChannelAuthTenant, String withOAuthScope) |
Microsoft |
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
|
static
Microsoft |
empty()
空の資格情報のセット。 |
| java.lang.String |
oAuthEndpoint()
使用する Gov OAuth エンドポイントを取得します。 |
メソッドの継承元: AppCredentials
メソッドの継承元: MicrosoftAppCredentials
メソッドの継承元: java.lang.Object
コンストラクターの詳細
MicrosoftGovernmentAppCredentials
public MicrosoftGovernmentAppCredentials(String appId, String password)
MicrosoftGovernmentAppCredentials クラスの新しいインスタンスを初期化します。
パラメーター:
MicrosoftGovernmentAppCredentials
public MicrosoftGovernmentAppCredentials(String appId, String password, String oAuthScope)
MicrosoftGovernmentAppCredentials クラスの新しいインスタンスを初期化します。
パラメーター:
MicrosoftGovernmentAppCredentials
public MicrosoftGovernmentAppCredentials(String withAppId, String withAppPassword, String withChannelAuthTenant, String withOAuthScope)
MicrosoftGovernmentAppCredentials クラスの新しいインスタンスを初期化します。
パラメーター:
メソッドの詳細
empty
public static MicrosoftGovernmentAppCredentials empty()
空の資格情報のセット。
戻り値:
oAuthEndpoint
public String oAuthEndpoint()
使用する Gov OAuth エンドポイントを取得します。
上書き:
MicrosoftGovernmentAppCredentials.oAuthEndpoint()戻り値: