package
0.0.0-20240225123534-3dc4f9a3e1b8
Repository: https://github.com/kom1ssar/grpc-auth.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Variables

AuthService_ServiceDesc is the grpc.ServiceDesc for AuthService service.
No description provided by the author

# Structs

No description provided by the author
GetAccessTokenRequestValidationError is the validation error returned by GetAccessTokenRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetAccessTokenResponseValidationError is the validation error returned by GetAccessTokenResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetRefreshTokenRequestValidationError is the validation error returned by GetRefreshTokenRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetRefreshTokenResponseValidationError is the validation error returned by GetRefreshTokenResponse.Validate if the designated constraints aren't met.
No description provided by the author
LoginRequestValidationError is the validation error returned by LoginRequest.Validate if the designated constraints aren't met.
No description provided by the author
LoginResponseValidationError is the validation error returned by LoginResponse.Validate if the designated constraints aren't met.
UnimplementedAuthServiceServer must be embedded to have forward compatible implementations.

# Interfaces

AuthServiceClient is the client API for AuthService service.
AuthServiceServer is the server API for AuthService service.
UnsafeAuthServiceServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

GetAccessTokenRequestMultiError is an error wrapping multiple validation errors returned by GetAccessTokenRequest.ValidateAll() if the designated constraints aren't met.
GetAccessTokenResponseMultiError is an error wrapping multiple validation errors returned by GetAccessTokenResponse.ValidateAll() if the designated constraints aren't met.
GetRefreshTokenRequestMultiError is an error wrapping multiple validation errors returned by GetRefreshTokenRequest.ValidateAll() if the designated constraints aren't met.
GetRefreshTokenResponseMultiError is an error wrapping multiple validation errors returned by GetRefreshTokenResponse.ValidateAll() if the designated constraints aren't met.
LoginRequestMultiError is an error wrapping multiple validation errors returned by LoginRequest.ValidateAll() if the designated constraints aren't met.
LoginResponseMultiError is an error wrapping multiple validation errors returned by LoginResponse.ValidateAll() if the designated constraints aren't met.