Skip to content

Commit c1bc908

Browse files
authored
Merge pull request #6 from curityio/fix/fix-refresh-response-export
Add forgotten RefreshResponse to exports
2 parents 9f8a309 + 74e6c71 commit c1bc908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
* limitations under the License.
1313
*/
1414

15-
export {StartLoginRequest, StartLoginResponse, EndLoginRequest, SessionResponse, LogoutResponse, OAuthAgentRemoteError} from './types'
15+
export {StartLoginRequest, StartLoginResponse, EndLoginRequest, SessionResponse, RefreshResponse, LogoutResponse, OAuthAgentRemoteError} from './types'
1616
export {Configuration, OAuthAgentClient} from './oauth-agent-client'

0 commit comments

Comments
 (0)