package slurm
type TokenOptions struct {
}
type Token interface {
GetToken(options TokenOptions) string
ValidateToken(options TokenOptions) bool