Versions in this module Expand all Collapse all v1 v1.0.0 Oct 9, 2024 Changes in this version + type Implementation struct + func NewImplementation(authService service.AuthService) *Implementation + func (i *Implementation) GetAccessToken(ctx context.Context, req *desc.GetAccessTokenRequest) (*desc.GetAccessTokenResponse, error) + func (i *Implementation) GetRefreshToken(ctx context.Context, req *desc.GetRefreshTokenRequest) (*desc.GetRefreshTokenResponse, error) + func (i *Implementation) Login(ctx context.Context, req *desc.LoginRequest) (*desc.LoginResponse, error)