mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 14:51:42 +01:00
we need another dummy due to code generation bug in c#
This commit is contained in:
parent
a4667b94f3
commit
1753ef037e
@ -53,7 +53,7 @@ interface Authentication {
|
|||||||
# A server receiving an abort after sending an outcome but before
|
# A server receiving an abort after sending an outcome but before
|
||||||
# receiving any other message MUST respect the abort.
|
# receiving any other message MUST respect the abort.
|
||||||
|
|
||||||
whoami @4 () -> ( you :Api.User );
|
whoami @4 () -> ( you :Api.User, dummy :UInt8 = 0 );
|
||||||
# Returns NULL if not authenticated and an User object if authenticated.
|
# Returns NULL if not authenticated and an User object if authenticated.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user