LeviLamina
Loading...
Searching...
No Matches
IIdentityAssertionGenerator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace NetherNet {
6
8public:
9 // virtual functions
10 // NOLINTBEGIN
11 virtual ~IIdentityAssertionGenerator() = default;
12
13 virtual ::std::optional<::std::string> createAssertion(::std::string const& fingerprints) = 0;
14
15 virtual ::std::string_view idpDomain() const = 0;
16
17 virtual ::std::string_view idpProtocol() const;
18 // NOLINTEND
19
20public:
21 // virtual function thunks
22 // NOLINTBEGIN
23 MCNAPI ::std::string_view $idpProtocol() const;
24
25
26 // NOLINTEND
27};
28
29} // namespace NetherNet
Definition IIdentityAssertionGenerator.h:7
MCAPI::std::string_view $idpProtocol() const