GrantType.java

package access.model;

public enum GrantType {

    AUTHORIZATION_CODE, REFRESH_TOKEN, DEVICE_CODE
}