Skip to content

Request: Elevate access level of isAuthenticated to public #390

@drumglow

Description

@drumglow

@Getter(AccessLevel.PACKAGE)
private final boolean isAuthenticated;

I would like to be able to access this to test that the resolver is setting the Authentication bit / the result is authenticated.

Is there a reason for the access level to be package? The information is publicly available through toString() already.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions