 | OAuthServiceBehaviorOnBeforeSignOut Method |
Invoked before the signout operation is executed.
Namespace: SanteDB.Rest.OAuth.RestAssembly: SanteDB.Rest.OAuth (in SanteDB.Rest.OAuth.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxprotected virtual bool OnBeforeSignOut(
OAuthSignoutRequestContext context
)
Protected Overridable Function OnBeforeSignOut (
context As OAuthSignoutRequestContext
) As Boolean
protected:
virtual bool OnBeforeSignOut(
OAuthSignoutRequestContext^ context
)
abstract OnBeforeSignOut :
context : OAuthSignoutRequestContext -> bool
override OnBeforeSignOut :
context : OAuthSignoutRequestContext -> bool Parameters
- context OAuthSignoutRequestContext
- The context for the operation.
Return Value
Booleanfalse to abort the signout operation.
true to continue.
See Also