IAuthCredentialStore

public interface IAuthCredentialStore

Interface for authcredentialstore functionality. Defines the contract for authcredentialstore implementations.

java.lang.Object > IAuthCredentialStore

Field Summary

No fields documented.

Method Detail

OAuthTokens

public record OAuthTokens (@Nullable String accessToken, @Nullable String refreshToken, @Nullable Instant accessTokenExpiresAt)

Method OAuthTokens.

Parameters:
@Nullable String accessToken
@Nullable String refreshToken
@Nullable Instant accessTokenExpiresAt

isValid

public boolean isValid ()

Method isValid.

accessToken

public String accessToken ()

Method accessToken.

refreshToken

public String refreshToken ()

Method refreshToken.

accessTokenExpiresAt

public Instant accessTokenExpiresAt ()

Method accessTokenExpiresAt.