10Duke Scale C++ Client
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
h
i
l
m
p
q
r
s
t
u
w
Functions
c
d
e
g
i
m
p
s
t
u
w
Variables
a
c
d
e
f
q
r
s
t
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
Enumerations
Files
File List
▼
10Duke Scale C++ Client
Introduction
►
Client Concepts
►
Using Identity-Based Licensing
►
Using License Key for Licensing Operations
►
Namespaces
►
Classes
▼
Files
▼
File List
►
api
▼
core
►
core
►
default-services
▼
oidc
▼
core
▼
src
►
oauth
▼
oidc
►
autodiscovery
►
idtoken
►
impl
►
session
OIDCAuthenticationRequest.h
OIDCBrowserFlow.h
OIDCBrowserFlowAuthenticationRequest.h
OIDCClient.h
OIDCClientFactory.h
OIDCConfiguration.h
OIDCException.h
OIDCRefreshRequest.h
OIDCState.h
OIDCStateUtils.h
►
test
►
test_utils
►
device
►
osbrowser
►
doc
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Pages
Loading...
Searching...
No Matches
OIDCRefreshRequest.h
1
#ifndef TENDUKE_OIDC_OIDCREFRESHREQUEST_H
2
#define TENDUKE_OIDC_OIDCREFRESHREQUEST_H
3
4
#include "./OIDCState.h"
5
6
#include <memory>
7
8
namespace
tenduke
{
namespace
oidc {
9
13
class
OIDCRefreshRequest
14
{
15
public
:
16
virtual
~OIDCRefreshRequest
() =
default
;
17
22
virtual
std::unique_ptr<tenduke::oidc::OIDCState>
execute
()
const
= 0;
23
};
13
class
OIDCRefreshRequest
{
…
};
24
25
}}
26
27
#endif
//TENDUKE_OIDC_OIDCREFRESHREQUEST_H
tenduke::oidc::OIDCRefreshRequest
A request to refresh OIDC state.
Definition
OIDCRefreshRequest.h:14
tenduke::oidc::OIDCRefreshRequest::execute
virtual std::unique_ptr< tenduke::oidc::OIDCState > execute() const =0
Exectutes the request.
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
BackendConfiguration.h:7
core
oidc
core
src
oidc
OIDCRefreshRequest.h
Generated by
1.11.0