Sphyrnidae Common Library  2.0.1
Shared Utilities/Library
Sphyrnidae.Common.Api.Models Namespace Reference

Classes

class  UserException
 Throw this exception if the message is meant to be shown to the end user in the UI/API call Note: Any other exception will have it's returned message replaced with "Sorry, an error has occurred..." or similar message This exception type also indicates if this exception needs to be logged or not (This one will NOT, all others will be logged as errors) More...
 

Enumerations

enum class  AuthenticationType { None , Jwt , ApiToApi }
 How the request should be authenticated More...
 

Enumeration Type Documentation

◆ AuthenticationType

How the request should be authenticated

Enumerator
None 

No authentication required at all

Jwt 

Request should be fully authenticated (eg. authorization header with token parseable to identity)

ApiToApi 

This is an API to API internal request