PHP Classes

File: backend/dotnet/Services/ITokenService.cs

Recommend this page to a friend!
  Packages of Everton C B Junior   Igreja Aberta   backend/dotnet/Services/ITokenService.cs   Download  
File: backend/dotnet/Services/ITokenService.cs
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Igreja Aberta
Church activity management application
Author: By
Last change:
Date: 14 days ago
Size: 256 bytes
 

Contents

Class file image Download
using Jdb.Api.DTOs.Auth; using Jdb.Api.Models; namespace Jdb.Api.Services { public interface ITokenService { AuthResponse CreateAuthResponse(User user); string GenerateOpaqueToken(); string HashToken(string token); } }