twitchkt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
twitchkt
core
/
io.github.captnblubber.twitchkt.error
/
TwitchApiException
/
MissingScope
Missing
Scope
class
MissingScope
(
val
missingScopes
:
List
<
TwitchScope
>
)
:
TwitchApiException
Members
Constructors
Missing
Scope
Link copied to clipboard
constructor
(
missingScopes
:
List
<
TwitchScope
>
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String
missing
Scopes
Link copied to clipboard
val
missingScopes
:
List
<
TwitchScope
>