File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
firebase-auth-rest/core/src/main/java/com/anotherdev/firebase/auth/rest/api Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 44import com .anotherdev .firebase .auth .UserProfileChangeRequest ;
55import com .anotherdev .firebase .auth .rest .api .model .IdTokenRequest ;
66import com .anotherdev .firebase .auth .rest .api .model .SignInRequest ;
7+ import com .anotherdev .firebase .auth .rest .api .model .SignInWithCustomTokenRequest ;
78import com .anotherdev .firebase .auth .rest .api .model .SignInWithEmailPasswordRequest ;
89import com .anotherdev .firebase .auth .rest .api .model .SignInWithIdpRequest ;
910import com .anotherdev .firebase .auth .rest .api .model .UserPasswordChangeRequest ;
@@ -32,7 +33,7 @@ public interface IdentityToolkitApi {
3233 Single <SignInResponse > signInWithCredential (@ Body SignInWithIdpRequest request );
3334
3435 @ POST ("v1/accounts:signInWithCustomToken" )
35- Single <SignInResponse > signInWithCustomToken (@ Body SignInRequest request );
36+ Single <SignInResponse > signInWithCustomToken (@ Body SignInWithCustomTokenRequest request );
3637
3738 @ POST ("v1/accounts:lookup" )
3839 Single <JsonObject > getAccounts (@ Body IdTokenRequest request );
You can’t perform that action at this time.
0 commit comments