Error returns the error that happened during the authentication.
()
| 117 | |
| 118 | // Error returns the error that happened during the authentication. |
| 119 | Error() error |
| 120 | |
| 121 | // AcceptSecContext is the GSSAPI function to verify the tokens. |
| 122 | AcceptSecContext(token []byte) (outputToken []byte, srcName string, needContinue bool, err error) |
no outgoing calls