Skip to content

Commit be586f7

Browse files
committed
need public access
1 parent 0f04e85 commit be586f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-auth-rest/core/src/main/java/com/anotherdev/firebase/auth/rest/RestAuthTokenRefresher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public RestAuthTokenRefresher(@NonNull RestAuthProvider auth) {
3939
}
4040

4141
@NonNull
42-
RestAuthProvider getAuth() {
42+
public RestAuthProvider getAuth() {
4343
return auth;
4444
}
4545

0 commit comments

Comments
 (0)