Uses of Interface
com.spotify.github.v3.checks.AccessToken
-
Packages that use AccessToken Package Description com.spotify.github.v3.checks com.spotify.github.v3.clients -
-
Uses of AccessToken in com.spotify.github.v3.checks
Classes in com.spotify.github.v3.checks that implement AccessToken Modifier and Type Class Description classImmutableAccessTokenImmutable implementation ofAccessToken.Methods in com.spotify.github.v3.checks with parameters of type AccessToken Modifier and Type Method Description static ImmutableAccessTokenImmutableAccessToken. copyOf(AccessToken instance)Creates an immutable copy of aAccessTokenvalue.ImmutableAccessToken.BuilderImmutableAccessToken.Builder. from(AccessToken instance)Fill a builder with attribute values from the providedAccessTokeninstance. -
Uses of AccessToken in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type AccessToken Modifier and Type Method Description CompletableFuture<AccessToken>GithubAppClient. getAccessToken(Integer installationId)Authenticates as an installation
-