long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
service-auth
/
org.artofdev.tasks.controller.plugins.serviceAuthenticator
/
ServiceAuthenticator
Service
Authenticator
class
ServiceAuthenticator
(
val
name
:
String
,
config
:
ServiceAuthConfig
)
:
Authenticator
Members
Constructors
Service
Authenticator
Link copied to clipboard
constructor
(
name
:
String
,
config
:
ServiceAuthConfig
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
open
override
val
name
:
String
Functions
authenticate
Link copied to clipboard
open
override
fun
authenticate
(
request
:
AuthRequest
)
:
AuthData
?