IAuthorizationContext not exposing GetDataPortal #2788
Unanswered
JacoJordaan
asked this question in
Questions
Replies: 1 comment
-
Yes it should. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see there is a
public IDataPortal<T> GetDataPortal<T>()
function in AuthorizationContext, but the interface is not exposing the function.I can see possible scenarios where you would like to call GetDataPortal on the context. Should this not be exposed?
Beta Was this translation helpful? Give feedback.
All reactions