func (a *authorizationPlugin) AuthZResponse(authReq *Request) (*Response, error) {
    if err := a.initPlugin(); err != nil {
        return nil, err
    }