mock-oauth2-server
Toggle table of contents
3.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
mock-oauth2-server
mock-oauth2-server
/
no.nav.security.mock.oauth2.templates
/
TemplateMapper
Template
Mapper
class
TemplateMapper
(
config
:
Configuration
)
Members
Constructors
Template
Mapper
Link copied to clipboard
constructor
(
config
:
Configuration
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
authorization
Code
Response
Html
Link copied to clipboard
fun
authorizationCodeResponseHtml
(
redirectUri
:
String
,
code
:
String
,
state
:
String
)
:
String
debugger
Callback
Html
Link copied to clipboard
fun
debuggerCallbackHtml
(
tokenRequest
:
String
,
tokenResponse
:
String
)
:
String
debugger
Error
Html
Link copied to clipboard
fun
debuggerErrorHtml
(
debuggerUrl
:
HttpUrl
,
stacktrace
:
String
)
:
String
debugger
Form
Html
Link copied to clipboard
fun
debuggerFormHtml
(
url
:
HttpUrl
,
clientAuthMethod
:
String
)
:
String
login
Html
Link copied to clipboard
fun
loginHtml
(
oAuth2HttpRequest
:
OAuth2HttpRequest
)
:
String