Contents

engineRef()

Returns the authorization engine handle with which this instance was initialized.

Declaration

func engineRef() -> AuthorizationEngineRef!

Return Value

A handle of type AuthorizationEngineRef.

Discussion

Use the authorization engine handle when you call the functions in the AuthorizationCallbacks structure to set a result or a context value.

See Also

Getting Instance Information