-
- All Implemented Interfaces:
-
io.livekit.android.token.TokenSource
public interface ConfigurableTokenSource implements TokenSource
A configurable token source takes in a TokenRequestOptions when requesting credentials.
-
-
Method Summary
Modifier and Type Method Description abstract Result<TokenSourceResponse>fetch(TokenRequestOptions options)-
-
Method Detail
-
fetch
@CheckResult() abstract Result<TokenSourceResponse> fetch(TokenRequestOptions options)
-
-
-
-