Skip to content

Commit 1cd9fb4

Browse files
iancorcoranjosebarrueta
authored and
josebarrueta
committed
issue 1125 - removed stormpath social grant request authentication result builder
1 parent 24c8768 commit 1cd9fb4

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

impl/src/main/java/com/stormpath/sdk/impl/oauth/DefaultOAuthStormpathSocialGrantRequestAuthenticationResultBuilder.java

-27
This file was deleted.

impl/src/main/java/com/stormpath/sdk/impl/oauth/DefaultOAuthStormpathSocialGrantRequestAuthenticator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public OAuthGrantRequestAuthenticationResult authenticate(OAuthRequestAuthentica
4444

4545
GrantAuthenticationToken grantResult = dataStore.create(application.getHref() + OAUTH_TOKEN_PATH, authenticationAttempt, GrantAuthenticationToken.class, httpHeaders);
4646

47-
OAuthGrantRequestAuthenticationResultBuilder builder = new DefaultOAuthStormpathSocialGrantRequestAuthenticationResultBuilder(grantResult);
47+
OAuthGrantRequestAuthenticationResultBuilder builder = new DefaultOAuthGrantRequestAuthenticationResultBuilder(grantResult);
4848

4949
return builder.build();
5050
}

0 commit comments

Comments
 (0)