OAuthConfiguration クラス
- java.
lang. Object - com.
microsoft. bot. connector. authentication. OAuthConfiguration
- com.
public class OAuthConfiguration
OAuth クライアント資格情報認証の構成。
コンストラクターの概要
| コンストラクター | 説明 |
|---|---|
| OAuthConfiguration(String withAuthority, String withScope) |
権限とスコープを使用して構築します。 |
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
| java.lang.String |
getAuthority()
認証用の認証機関 |
| java.lang.String |
getScope()
認証の認証スコープ |
| void |
setAuthority(String withAuthority)
認証用の認証機関 |
| void |
setScope(String withScope)
認証の認証スコープ |
メソッドの継承元: java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
コンストラクターの詳細
OAuthConfiguration
public OAuthConfiguration(String withAuthority, String withScope)
権限とスコープを使用して構築します。
パラメーター:
withAuthority
- 認証機関。
withScope
- 認証スコープ。
メソッドの詳細
getAuthority
public String getAuthority()
認証用の oAuth Authority を取得します。
戻り値:
認証のための OAuth 機関。
getScope
public String getScope()
認証の oAuth スコープを取得します。
戻り値:
認証の OAuth スコープ。
setAuthority
public void setAuthority(String withAuthority)
認証のための oAuth Authority を設定します。
パラメーター:
withAuthority
- o 認証のための認証機関。
setScope
public void setScope(String withScope)
認証の oAuth スコープを設定します。
パラメーター:
withScope
- o 認証のための認証機関。