com.slack.api.token_rotation.RefreshedToken Maven / Gradle / Ivy
package com.slack.api.token_rotation;
import lombok.Data;
@Data
public class RefreshedToken {
private String accessToken;
private String refreshToken;
private long expiresAt; // Unix time in millis
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy