auth

package
v0.0.0-...-9df599e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package usecase/model/auth модели auth usecase

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoginResponseModel

type LoginResponseModel struct {
	UserID       string
	RefreshToken string
	SecretKey    string
}

type RefreshTokenResponseModel

type RefreshTokenResponseModel struct {
	UserID       string
	RefreshToken string
}

type RegisterResponseModel

type RegisterResponseModel struct {
	UserID       string
	RefreshToken string
	SecretKey    string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL