final CommonProfile profile=(CommonProfile)client.getUserProfile(credentials,context); | final Optional<CommonProfile> profile=(Optional<CommonProfile>)client.getUserProfile(credentials.get(),context); | (CommonProfile)client.getUserProfile(credentials,context) | (Optional<CommonProfile>)client.getUserProfile(credentials.get(),context) | pac4j | c7fdad559afcdda7d54529634aab55bff4868e76 | org.pac4j.core.run.RunClient | | _1 | credentials |
---|
_2 | credentials |
---|
| TCIVar | credentials |
---|
v0 | context |
---|
v1 | client |
---|
| | TCIVar | credentials |
---|
v0 | context |
---|
v1 | client |
---|
| Uses | True |