mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
Fix JavaDoc build (#4504)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
cdc0e0f32e
commit
e078a5cd98
@ -173,7 +173,7 @@ public interface OAuthClientService extends AutoCloseable {
|
|||||||
* @throws OAuthException Other exceptions
|
* @throws OAuthException Other exceptions
|
||||||
* @throws OAuthResponseException Error codes given by authorization provider, as in RFC 6749 section 5.2 Error
|
* @throws OAuthResponseException Error codes given by authorization provider, as in RFC 6749 section 5.2 Error
|
||||||
* Response
|
* Response
|
||||||
* @see <a href="https://tools.ietf.org/html/rfc6749#section-4.3.2">rfc6749 section-4.3.2</>
|
* @see <a href="https://tools.ietf.org/html/rfc6749#section-4.3.2">rfc6749 section-4.3.2</a>
|
||||||
*/
|
*/
|
||||||
AccessTokenResponse getAccessTokenByResourceOwnerPasswordCredentials(String username, String password,
|
AccessTokenResponse getAccessTokenByResourceOwnerPasswordCredentials(String username, String password,
|
||||||
@Nullable String scope) throws OAuthException, IOException, OAuthResponseException;
|
@Nullable String scope) throws OAuthException, IOException, OAuthResponseException;
|
||||||
|
Loading…
Reference in New Issue
Block a user