package
0.0.0-20241021122144-5fe4b5bf8b96
Repository: https://github.com/we-ll-think-about-it-later/identity-service.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

# Structs

AuthenticateRequestBody represents the request body for the /auth/authenticate endpoint.
AuthenticateResponseBody represents the response body for the /auth/authenticate endpoint.
CreateUserProfileRequestBody represents the request body for the /users/{user_id}/profile endpoint (POST).
No description provided by the author
GetTokensRequestBody represents the request body for the /auth/token endpoint.
GetTokensResponseBody represents the response body for the /auth/token endpoint.
RefreshRequestBody represents the request body for the /auth/token/refresh endpoint.
RefreshResponseBody represents the response body for the /auth/token/refresh endpoint.
UpdateUserProfileRequestBody represents the request body for the /users/{user_id}/profile endpoint (PATCH).
UserProfileResponseBody represents the response body for the /users/{user_id}/profile endpoint.
UserSearchResultResponseBody represents the response body for the /users/search endpoint.