TemplateMapper

class TemplateMapper(config: Configuration)

Constructors

Link copied to clipboard
constructor(config: Configuration)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun authorizationCodeResponseHtml(redirectUri: String, code: String, state: String): String
Link copied to clipboard
fun debuggerCallbackHtml(tokenRequest: String, tokenResponse: String): String
Link copied to clipboard
fun debuggerErrorHtml(debuggerUrl: HttpUrl, stacktrace: String): String
Link copied to clipboard
fun debuggerFormHtml(url: HttpUrl, clientAuthMethod: String): String
Link copied to clipboard
fun loginHtml(oAuth2HttpRequest: OAuth2HttpRequest): String