Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 31a70a6

Browse files
Richard BlaylockMario
authored andcommitted
1211 Add descriptions to public interfaces.
1 parent 8c7bbd3 commit 31a70a6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

api/src/main/java/com/stormpath/sdk/oauth/OAuthStormpathFactorChallengeGrantRequestAuthenticator.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717

1818

1919
/**
20+
* Interface denoting a Stormpath Factor Challenge Grant-specific {@link OAuthRequestAuthenticator}.
21+
* It is used to authenticate an account using a challenge to a factor and receive in exchange
22+
* a valid OAuth 2.0 token.
23+
*
2024
* @since 1.3.1
2125
*/
2226
public interface OAuthStormpathFactorChallengeGrantRequestAuthenticator extends OAuthRequestAuthenticator<OAuthGrantRequestAuthenticationResult> {

api/src/main/java/com/stormpath/sdk/oauth/OAuthStormpathFactorChallengeGrantRequestAuthenticatorFactory.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
package com.stormpath.sdk.oauth;
1717

1818
/**
19+
* A Stormpath Factor Challenge Grant-specific Authenticator Factory.
20+
*
1921
* @since 1.3.1
2022
*/
2123
public interface OAuthStormpathFactorChallengeGrantRequestAuthenticatorFactory extends OAuthRequestAuthenticatorFactory<OAuthStormpathFactorChallengeGrantRequestAuthenticator> {

0 commit comments

Comments
 (0)