All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.slack.api.token_rotation.RefreshedToken Maven / Gradle / Ivy

There is a newer version: 1.39.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy