trixnity-clientserverapi-client
Toggle table of contents
4.14.0
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-client
trixnity-clientserverapi-client
/
net.folivo.trixnity.clientserverapi.client
/
MatrixAuthProvider
Matrix
Auth
Provider
interface
MatrixAuthProvider
:
AuthProvider
Inheritors
ClassicMatrixAuthProvider
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
send
Without
Request
Link copied to clipboard
abstract
val
sendWithoutRequest
:
Boolean
Functions
add
Request
Headers
Link copied to clipboard
abstract
suspend
fun
addRequestHeaders
(
request
:
HttpRequestBuilder
,
authHeader
:
HttpAuthHeader
?
)
is
Applicable
Link copied to clipboard
abstract
fun
isApplicable
(
auth
:
HttpAuthHeader
)
:
Boolean
refresh
Token
Link copied to clipboard
open
suspend
fun
refreshToken
(
response
:
HttpResponse
)
:
Boolean
send
Without
Request
Link copied to clipboard
open
fun
sendWithoutRequest
(
request
:
HttpRequestBuilder
)
:
Boolean