Uses of Record Class
org.mastodon4j.core.api.entities.AccessToken
Packages that use AccessToken
-
Uses of AccessToken in org.mastodon4j.core
Methods in org.mastodon4j.core with parameters of type AccessTokenModifier and TypeMethodDescriptionstatic MastodonApiMastodonClient.create(String restUrl, AccessToken accessToken) Creates an mastodon API instance for the given restUrl and access token. -
Uses of AccessToken in org.mastodon4j.core.api.entities
Methods in org.mastodon4j.core.api.entities that return AccessTokenModifier and TypeMethodDescriptionstatic AccessTokenCreates a new authorization token with the given bearer token string value.Methods in org.mastodon4j.core.api.entities with parameters of type AccessTokenModifier and TypeMethodDescriptionstatic SubscriptionSubscription.hashtag(boolean subscribe, AccessToken accessToken, String tag) Create a hashtag subscription using the following parameters.static SubscriptionSubscription.stream(boolean subscribe, AccessToken accessToken, String stream) Create a stream subscription using the following parameters.