package
0.0.0-20241210180611-fb78454b947f
Repository: https://github.com/fromsi/jwt-oauth-sso.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
go:generate mockgen -destination=../../../mocks/http/requests/mock_bearer_auth_request_header.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests BearerAuthRequestHeader.
go:generate mockgen -destination=../../../mocks/http/requests/mock_devices_request.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests DevicesRequest.
go:generate mockgen -destination=../../../mocks/http/requests/mock_devices_request_body.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests DevicesRequestBody.
go:generate mockgen -destination=../../../mocks/http/requests/mock_login_request.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests LoginRequest.
go:generate mockgen -destination=../../../mocks/http/requests/mock_login_request_body.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests LoginRequestBody.
go:generate mockgen -destination=../../../mocks/http/requests/mock_logout_all_request.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests LogoutAllRequest.
go:generate mockgen -destination=../../../mocks/http/requests/mock_logout_all_request_body.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests LogoutAllRequestBody.
go:generate mockgen -destination=../../../mocks/http/requests/mock_logout_device_request.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests LogoutDeviceRequest.
go:generate mockgen -destination=../../../mocks/http/requests/mock_logout_device_request_body.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests LogoutDeviceRequestBody.
go:generate mockgen -destination=../../../mocks/http/requests/mock_logout_request.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests LogoutRequest.
go:generate mockgen -destination=../../../mocks/http/requests/mock_logout_request_body.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests LogoutRequestBody.
go:generate mockgen -destination=../../../mocks/http/requests/mock_password_reset_with_old_request.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests PasswordResetWithOldRequest.
go:generate mockgen -destination=../../../mocks/http/requests/mock_password_reset_with_old_request_body.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests PasswordResetWithOldRequestBody.
go:generate mockgen -destination=../../../mocks/http/requests/mock_password_reset_with_token_request.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests PasswordResetWithTokenRequest.
go:generate mockgen -destination=../../../mocks/http/requests/mock_password_reset_with_token_request_body.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests PasswordResetWithTokenRequestBody.
go:generate mockgen -destination=../../../mocks/http/requests/mock_refresh_request.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests RefreshRequest.
go:generate mockgen -destination=../../../mocks/http/requests/mock_refresh_request_body.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests RefreshRequestBody.
go:generate mockgen -destination=../../../mocks/http/requests/mock_register_request.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests RegisterRequest.
go:generate mockgen -destination=../../../mocks/http/requests/mock_register_request_body.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests RegisterRequestBody.
go:generate mockgen -destination=../../../mocks/http/requests/mock_send_reset_token_request.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests SendResetTokenRequest.
go:generate mockgen -destination=../../../mocks/http/requests/mock_send_reset_token_request_body.go -package=requests_mocks github.com/fromsi/jwt-oauth-sso/internal/http/requests SendResetTokenRequestBody.