---
title: callbacks()
framework: securityinterface
role: symbol
role_heading: Instance Method
path: securityinterface/sfauthorizationpluginview/callbacks()
---

# callbacks()

Returns the authorization callbacks structure with which this instance was initialized.

## Declaration

```swift
func callbacks() -> UnsafePointer<AuthorizationCallbacks>!
```

## Return Value

Return Value An object of type AuthorizationCallbacks.

## Discussion

Discussion Use the AuthorizationCallbacks structure to get the function pointers to functions such as SetResult and SetContextValue.

## See Also

### Getting Instance Information

- [engineRef()](securityinterface/sfauthorizationpluginview/engineref().md)
- [lastError()](securityinterface/sfauthorizationpluginview/lasterror().md)
