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

de.adorsys.ledgers.keycloak.client.model.TokenConfiguration Maven / Gradle / Ivy

There is a newer version: 4.17
Show newest version
package de.adorsys.ledgers.keycloak.client.model;

import lombok.AllArgsConstructor;
import lombok.Data;

@Data
@AllArgsConstructor
public class TokenConfiguration {

    private int tokenLifespanInSeconds;

    private String scope;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy