authenticated

fun XrpcBlueskyApi.authenticated(initialTokens: BlueskyAuthPlugin.Tokens? = null, oauthApi: OAuthApi = OAuthApi(client, { OAuthCodeChallengeMethod.S256 })): AuthenticatedXrpcBlueskyApi

Wraps an XrpcBlueskyApi instance as an AuthenticatedXrpcBlueskyApi with the optional initial tokens.