OXY-AUTHENTICATION 1.0
OXY-AUTHENTICATION Library Documentation
Loading...
Searching...
No Matches
identifier.hpp File Reference

Header file for the IIdentifier interface in the oxy authentication system. More...

Classes

interface  oxy::authentication::IIdentifier
 Interface for managing an identifier in the oxy authentication system. More...

Namespaces

namespace  oxy::authentication
 The oxy::authentication namespace contains classes and functions related to the oxy authentication system.

Typedefs

using oxy::authentication::IIdentifierPtr = std::shared_ptr<IIdentifier>
 A shared pointer type for managing instances of IIdentifier.

Functions

OXY_AUTHENTICATION_API IIdentifierPtr oxy::authentication::create_instance ()
 Creates an instance of IIdentifier.

Detailed Description

Header file for the IIdentifier interface in the oxy authentication system.

This header defines the IIdentifier interface, which provides methods for managing an identifier used in the oxy authentication system. It includes methods for getting and setting the identifier.